Platform SDK: Active Directory, ADSI, and Directory Services

CQPAGE

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;

Members

cbStruct
Size of the structure.
dwFlags
Flags for the structure.
pPageProc
Page callback procedure.
hInstance
Handle to the application instance.
idPageName
Page ID.
idPageTemplate
ID of the page template.
pDlgProc
Dialog procedure.
lParam
Messages passed to the dialog procedure.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Cmnquery.h.
  Unicode: Declared as Unicode and ANSI structures.

See Also

Active Directory Display Structures