Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The DSQUERYCLASSLIST structure describes a list of classes against which a directory service query is made.
Syntax
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[1]
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | dsquery.h |