Platform SDK: Active Directory, ADSI, and Directory Services |
The IDsDisplaySpecifier::EnumClassAttributes method enumerates the attributes and their friendly names for a given object class for every available display specifier.
HRESULT EnumClassAttributes( LPCWSTR pszObjectClass, LPDSENUMATTRIBUTES pcbEnum, LPARAM lparam );
The method returns an HRESULT value.
This method looks up display specifiers and then calls the callback enumeration function for each display specifier, passing the attribute name and its given "friendly name."
Windows NT/2000: Requires Windows 2000.
Header: Declared in Dsclient.h.
Library: Included as a resource in Dsuiext.dll.