Platform SDK: Exchange Server

DoHelpProc

The DoHelpProc function displays online Help for an extension data property sheet.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

VOID DoHelpProc(
  VOID * pvExtensionData,  
  HWND hwnd                
);
 

Parameters

pvExtensionData
Input parameter. Points to the block of memory containing the extension data.
hwnd
Input parameter. Specifies the handle to the property sheet window.

Return Values

None.

Remarks

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.

See Also

ADMIN_Initialize