Platform SDK: Exchange Server |
The DoHelpProc function displays online Help for an extension data property sheet.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
VOID DoHelpProc( VOID * pvExtensionData, HWND hwnd );
None.
The DoHelpProc function is an optional Administrator extension DLL. If the HasHelpProc function of your Administrator extension DLL returns TRUE for an extension data property sheet, the Microsoft Exchange Server Administrator program calls this function when the Help button is pressed in that property sheet.
For more information on this function, see Using the Configuration Functions.