Directory Services |
The DsMapSchemaGuids function converts GUIDs of directory service schema objects to their display names.
DWORD DsMapSchemaGuids( HANDLE hDs, DWORD cGuids, GUID* rGuids, DS_SCHEMA_GUID_MAP** ppGuidMap );
Return Code | Description |
---|---|
ERROR_SUCCESS | The function succeeded. |
ERROR_INVALID_PARAMETER | A parameter is incorrect. |
ERROR_NOT_ENOUGH_MEMORY | There is insufficient memory available. |
ERROR_DS_OPERATIONS_ERROR | An operations error occurred. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Unicode: Implemented as Unicode and ANSI versions on Windows
NT/2000/XP.
Header: Declared in Ntdsapi.h.
Library: Use Ntdsapi.lib.
DS_SCHEMA_GUID_MAP, DsFreeSchemaGuidMap, Domain Controller and Replication Management Functions