Edit

Share via


cmnquery.h header

This header is used by Active Directory Domain Services. For more information, see:

cmnquery.h contains the following programming interfaces:

Interfaces

 
ICommonQuery

Used to programmatically display the system-supplied directory service query dialog box.
IPersistQuery

Used to store and retrieve query parameters to and from persistent storage.
IQueryForm

Implemented by a query form extension object to allow the form object to add forms and pages to the system-supplied directory service query dialog box.

Callback functions

 
LPCQADDFORMSPROC

Called by a query form extension to add a form to the query dialog box.
LPCQADDPAGESPROC

Called by a query form extension to add a page to a query form in the query dialog box.
LPCQPAGEPROC

Called by the query dialog box to notify the query form extension of events that occur in a query page.

Structures

 
CQFORM

Used to define a query form added to the query dialog box with the CQAddFormsProc callback function.
CQPAGE

Used to define a query page added to a form in the query dialog box with the CQAddPagesProc callback function.
OPENQUERYWINDOW

Used with the ICommonQuery::OpenQueryWindow method to initialize the directory service query dialog box.