Platform SDK: Active Directory, ADSI, and Directory Services

CQFORM

The CQFORM structure represents a form page.

typedef struct
{
  DWORD  cbStruct;
  DWORD  dwFlags;
  CLSID  clsid;
  HICON  hIcon;
  LPCTSTR  pszTitle;
} CQFORM, *LPCQFORM;

Members

cbStruct
Size of the structure.
dwFlags
Flags for the structure.
clsid
Class identifier.
hIcon
Icon handle.
pszTitle
Title of the structure.

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, IQueryForm