This topic has not yet been rated - Rate this topic

DsFreeSchemaGuidMap function

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

Syntax


VOID WINAPI DsFreeSchemaGuidMap(
  _In_  PDS_SCHEMA_GUID_MAP pGuidMap
);

Parameters

pGuidMap [in]

Pointer to a DS_SCHEMA_GUID_MAP structure to deallocate.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

Active Directory Client Extension on Windows NT 4.0 and Windows Me/98/95

Header

Ntdsapi.h

Library

Ntdsapi.lib

DLL

Ntdsapi.dll

Unicode and ANSI names

DsFreeSchemaGuidMapW (Unicode) and DsFreeSchemaGuidMapA (ANSI)

See also

DsMapSchemaGuids
DS_SCHEMA_GUID_MAP
Domain Controller and Replication Management Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.