ADS_OBJECT_INFO

The ADS_OBJECT_INFO structure specifies the information about a directory service object.

typedef struct _ads_object_info {
    LPWSTR pszRDN;
    LPWSTR pszObjectDN;
    LPWSTR pszParentDN;
    LPWSTR pszSchemaDN;
    LPWSTR pszClassName;
} ADS_OBJECT_INFO, *PADS_OBJECT_INFO;
 

Members

pszRDN
Relative distinguished name (relative path) of the directory services object.
pszObjectDN
Distinguished name (path) of the directory services object.
pszParentDN
Distinguished name of the parent object.
pszSchemaDN
Distinguished name of the class factory used to create this object.
pszClassName
Name of the class of which this object is an instance.