Directory Services

DsFreeSchemaGuidMap

The DsFreeSchemaGuidMap function frees memory that the DsMapSchemaGuids function has allocated for a DS_SCHEMA_GUID_MAP structure.

void DsFreeSchemaGuidMap(
  PDS_SCHEMA_GUID_MAP pGuidMap
);

Parameters

pGuidMap
[in] Pointer to a DS_SCHEMA_GUID_MAP structure to deallocate.

Return Values

This function has no return values.

Requirements

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.

See Also

DsMapSchemaGuids, DS_SCHEMA_GUID_MAP, Domain Controller and Replication Management Functions