The PADMIN_LoadDialogResource Administrator extension function loads a dialog resource of the appropriate language and modifies the resource to handle the font that the Microsoft Exchange Server Administrator program is using.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL (* PADMIN_LoadDialogResource)(
HINSTANCE hinst,
UINT iddDialog,
LANGID langid,
BYTE ** ppbDialog
);
See Return Values.
You must free the dialog resources with a call to PADMIN_FreeDialogResource before your program exits.
You can start the dialog returned in ppbDialog with a call to the Win32 function DialogBoxIndirectParam.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).