Platform SDK: Active Directory, ADSI, and Directory Services

IDsDisplaySpecifier::GetAttributeADsType

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

ADSTYPE GetAttributeADsType(
  LPCWSTR pszAttributeName
);

Parameters

pszAttributeName
[in] Name of the attribute.

Return Values

This method returns a data type of the specified attribute.

Remarks

The return data types are defined in the ADSTYPEENUM enumeration in the ADSI SDK documentation.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsclient.h.
  Library: Included as a resource in Dsuiext.dll.

See Also

Active Directory Display Interfaces, ADSTYPEENUM, IDsDisplaySpecifier