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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
DsFreeSchemaGuidMapW (Unicode) and DsFreeSchemaGuidMapA (ANSI) |
See also
Show: