Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 3.06 KB

ns-iads-ads_object_info.md

File metadata and controls

95 lines (70 loc) · 3.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:iads._ads_object_info
ADS_OBJECT_INFO (iads.h)
The ADS_OBJECT_INFO structure specifies the data, including the identity and location, of a directory service object.
*PADS_OBJECT_INFO
ADS_OBJECT_INFO
ADS_OBJECT_INFO structure [ADSI]
PADS_OBJECT_INFO
PADS_OBJECT_INFO structure pointer [ADSI]
_ds_ads_object_info
adsi.ads__object__info
adsi.ads_object_info
iads/ADS_OBJECT_INFO
iads/PADS_OBJECT_INFO
adsi\ads_object_info.htm
adsi
f072b2f8-8c03-4f90-8edf-cf5fed97a222
12/05/2018
*PADS_OBJECT_INFO, ADS_OBJECT_INFO, ADS_OBJECT_INFO structure [ADSI], PADS_OBJECT_INFO, PADS_OBJECT_INFO structure pointer [ADSI], _ds_ads_object_info, adsi.ads__object__info, adsi.ads_object_info, iads/ADS_OBJECT_INFO, iads/PADS_OBJECT_INFO
iads.h
Windows
Windows Vista
Windows Server 2008
Windows
ADS_OBJECT_INFO, *PADS_OBJECT_INFO
19H1
_ads_object_info
iads/_ads_object_info
PADS_OBJECT_INFO
iads/PADS_OBJECT_INFO
ADS_OBJECT_INFO
iads/ADS_OBJECT_INFO
c++
APIRef
kbSyntax
HeaderDef
Iads.h
ADS_OBJECT_INFO

ADS_OBJECT_INFO structure

-description

The ADS_OBJECT_INFO structure specifies the data, including the identity and location, of a directory service object.

-struct-fields

-field pszRDN

The null-terminated Unicode string that contains the relative distinguished name of the directory service object.

-field pszObjectDN

The null-terminated Unicode string that contains the distinguished name of the directory service object.

-field pszParentDN

The null-terminated Unicode string that contains the distinguished name of the parent object.

-field pszSchemaDN

The null-terminated Unicode string that contains the distinguished name of the schema class of the object.

-field pszClassName

The null-terminated Unicode string that contains the name of the class of which this object is an instance.

-remarks

To obtain the object data, non-Automation clients call the IDirectoryObject::GetObjectInformation method, which takes an out parameter, a pointer to an ADS_OBJECT_INFO structure allocated in the heap. Automation clients can accomplish the same task by calling IADs::GetInfo.

-see-also

ADSI Structures

IADs::GetInfo

IDirectoryObject::GetObjectInformation