IDsDisplaySpecifier::GetAttributeADsType method (dsclient.h)

The IDsDisplaySpecifier::GetAttributeADsType method retrieves the attribute type for a given attribute.

Syntax

ADSTYPE GetAttributeADsType(
  [in] LPCWSTR pszAttributeName
);

Parameters

[in] pszAttributeName

Pointer to a null-terminated Unicode string that contains the name of the attribute to obtain the type for.

Return value

Returns one of the ADSTYPEENUM values that indicate the type of the attribute.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header dsclient.h
DLL Dsadmin.dll

See also

ADSTYPEENUM

Display Interfaces in Active Directory Domain Services

IDsDisplaySpecifier