Platform SDK: Exchange Server |
The PADMIN_FreeDialogResource Administrator extension function frees the allocated dialog resources.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
VOID (* PADMIN_FreeDialogResource)( BYTE ** ppbDialog );
None.
Use the PADMIN_FreeDialogResource function to free the dialog resources loaded by PADMIN_LoadDialogResource.
The value of ppbDialog is NULL when this function returns successfully.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).