Platform SDK: Active Directory, ADSI, and Directory Services |
The DsMapSchemaGuids function converts GUIDs of directory service objects to their "friendly" display names.
DWORD DsMapSchemaGuids( HANDLE hDs, DWORD cGuids, GUID *rGuids, DS_SCHEMA_GUID_MAP **ppGuidMap );
If the function returns a list of object display names, the return value is ERROR_SUCCESS.
If the function fails, the return value can be one of the following error codes.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntdsapi.h.
Library: Included as a resource in Ntdsapi.dll.
Unicode: Implemented as Unicode and ANSI versions on Windows 2000.