Platform SDK: Active Directory, ADSI, and Directory Services |
The CQPAGE structure represents a property page.
typedef struct { DWORD cbStruct; DWORD dwFlags; LPCQPAGEPROC pPageProc; HINSTANCE hInstance; INT idPageName; INT idPageTemplate; DLGPROC pDlgProc LPARAM lParam; } CQPAGE, *LPCQPAGE;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Cmnquery.h.
Unicode: Declared as Unicode and ANSI structures.