Platform SDK: Active Directory, ADSI, and 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 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

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsquery.h.

See Also

Active Directory Display Structures