Directory Services |
The DSCOLUMN structure is used to represent a column in the directory services query dialog box. An array of this structure is contained in the DSQUERYPARAMS structure.
typedef struct {
DWORD dwFlags;
INT fmt;
INT cx;
INT idsName;
LONG offsetProperty;
DWORD dwReserved; } DSCOLUMN,
*LPDSCOLUMN;
Value | Meaning |
---|---|
DSCOLUMNPROP_ADSPATH | The column displays the value of the ADsPath of the object. |
DSCOLUMNPROP_OBJECTCLASS | The column displays the value of the objectClass of the object. |
If this member does not contain one of these values, this member contains the offset, in bytes, from the address of the DSQUERYPARAMS structure to a null-terminated Unicode string that contains the name of the attribute value displayed in this column.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsquery.h.
DSQUERYPARAMS, LVCOLUMN, LoadString, ICommonQuery::OpenQueryWindow, Active Directory Display Structures