| Platform SDK: Active Directory, ADSI, and Directory Services |
The DSOBJECT structure contains flags for the object, and offsets to the ADSI path and objectClass strings. The offsets are from the DSOBJECTNAMES structure and each points to a NULL terminated UNICODE string.
typedef struct DSOBJECT
{
DWORD dwFlags;
DWORD dwProviderFlags;
DWORD offsetName;
DWORD offsetClass;
} DSOBJECT, *LPDSOBJECT;
| dwFlags | Description |
|---|---|
| DSOBJECT_ISCONTAINER | The object is a container, as read from the schema. |
| DSOBJECT_READONLYPAGES | When displaying properties on this object, the user interface is read only. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.