Directory Services |
The CQFORM structure is used to define a query form added to the query dialog box with the CQAddFormsProc callback function.
typedef struct {
DWORD cbStruct;
DWORD dwFlags;
CLSID clsid;
HICON hIcon;
LPWSTR pszTitle; } CQFORM,
*LPCQFORM;
Value | Meaning |
---|---|
CQFF_ISOPTIONAL | Specifies that this query form is optional and is only displayed if optional forms are requested. |
CQFF_NOGLOBALPAGES | Specifies that this form should not have the global pages added to it. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Cmnquery.h.
CQAddFormsProc, IQueryForm::AddForms, Active Directory Display Structures