| Platform SDK: Active Directory, ADSI, and Directory Services |
The DSQUERYCLASSLIST structure describes a list of classes against which a directory service query is made.
typedef struct
{
DWORD cbStruct;
LONG cClasses;
DWORD offsetClass[1]
} DSQUERYCLASSLIST, *LPDSQUERYCLASSLIST;
The class list is retrieved by the form pages upon receiving a DSQPM_GETCLASSLIST page message.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsquery.h.