Directory Services

DSQUERYCLASSLIST

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;

Members

cbStruct
Size, in bytes, of this structure.
cClasses
Number of the classes in the array.
offsetClass
Offset to the class names of Unicode strings.

Remarks

The class list is retrieved by the form pages upon receiving a DSQPM_GETCLASSLIST page message.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsquery.h.

See Also

Active Directory Display Structures