Directory Services |
The CQPageProc callback function is called by the query dialog box to notify the query form extension of events that occur in a query page. A pointer to this function is supplied to the query dialog box in the pPageProc member of the CQPAGE structure. CQPageProc is a placeholder for the query form extension-defined function name.
HRESULT CALLBACK CQPageProc( LPCQPAGE pPage, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Cmnquery.h.
CQPAGE, CQAddPagesProc, Common Query Page Messages, IQueryForm::AddPages