Platform SDK: Active Directory, ADSI, and Directory Services |
This format returns the query parameter information used by the Directory Service Query when searching the DS. The caller of ICommonQuery::OpenQueryWindow can use this to retrieve the filter, column information used by the result view when issuing a query against the server.
typedef struct { DWORD cbStruct; DWORD dwFlags; HINSTANCE hInstance; LONG offsetQuery; LONG iColumns; DWORD dwReserved; DSCOLUMN aColumns[1]; } DSQUERYPARAMS, *LPDSQUERYPARAMS;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsquery.h.