Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.45 KB

ns-iads-ads_dn_with_string.md

File metadata and controls

83 lines (64 loc) · 2.45 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.__MIDL___MIDL_itf_ads_0000_0000_0016
ADS_DN_WITH_STRING (iads.h)
Used with the ADSVALUE structure to contain a distinguished name attribute value that also contains string data.
*PADS_DN_WITH_STRING
ADS_DN_WITH_STRING
ADS_DN_WITH_STRING structure [ADSI]
_ds_ads_dn_with_string
adsi.ads__dn__with__string
adsi.ads_dn_with_string
iads/ADS_DN_WITH_STRING
adsi\ads_dn_with_string.htm
adsi
715354fe-1e62-4fbd-a5ba-0d7a56b83390
12/05/2018
*PADS_DN_WITH_STRING, ADS_DN_WITH_STRING, ADS_DN_WITH_STRING structure [ADSI], _ds_ads_dn_with_string, adsi.ads__dn__with__string, adsi.ads_dn_with_string, iads/ADS_DN_WITH_STRING
iads.h
Windows
Windows Vista
Windows Server 2008
Windows
ADS_DN_WITH_STRING, *PADS_DN_WITH_STRING
19H1
__MIDL___MIDL_itf_ads_0000_0000_0016
iads/__MIDL___MIDL_itf_ads_0000_0000_0016
PADS_DN_WITH_STRING
iads/PADS_DN_WITH_STRING
ADS_DN_WITH_STRING
iads/ADS_DN_WITH_STRING
c++
APIRef
kbSyntax
HeaderDef
Iads.h
ADS_DN_WITH_STRING

ADS_DN_WITH_STRING structure

-description

The ADS_DN_WITH_STRING structure is used with the ADSVALUE structure to contain a distinguished name attribute value that also contains string data.

-struct-fields

-field pszStringValue

Pointer to a null-terminated Unicode string that contains the string value of the attribute.

-field pszDNString

Pointer to a null-terminated Unicode string that contains the distinguished name.

-remarks

When extending the active directory schema to add ADS_DN_WITH_STRING, you must also specify the otherWellKnownGuid attribute definition. Add the following to the ldf file attribute definition: omObjectClass:: KoZIhvcUAQEBDA==

-see-also

ADSI Structures

ADSVALUE

Object(DN-String)