HasHelpProc

The HasHelpProc function determines whether online Help is available for the Administrator extension DLL property sheets.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL HasHelpProc(
  VOID * pvExtensionData,  
  HWND hwnd                
);
 

Parameters

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

Return Values

TRUE
The property sheet has a Help file available.
FALSE
The property sheet does not have a Help file available.

Remarks

The HasHelpProc function is an optional Administrator extension DLL. It is called by the Microsoft Exchange Server Administrator program for each extension data property page. For more information on this function, see Using Administrator Extension Functions (Called by Administrator Program).

See Also

DoHelpProc, ADMIN_Initialize