Directory Services

CQPM_HELP

The CQPM_HELP message is sent to the CQPageProc callback function of a query form extension page to allow the page extension to display context-sensitive help for the page. If possible, the query page extension should display context-sensitive help in response to this event.

Parameters

wParam
Not used.
lParam
Pointer to a HELPINFO structure that contains additional data about the menu item, control, dialog box, or window for which context-sensitive help is requested.

Return Values

The return value for this message is ignored.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Cmnquery.h.

See Also

CQPageProc, HELPINFO