DsFreeSchemaGuidMapA function (ntdsapi.h)
The DsFreeSchemaGuidMap function frees memory that the DsMapSchemaGuids function has allocated for a DS_SCHEMA_GUID_MAP structure.
Syntax
NTDSAPI VOID DsFreeSchemaGuidMapA(
[in] PDS_SCHEMA_GUID_MAPA pGuidMap
);
Parameters
[in] pGuidMap
Pointer to a DS_SCHEMA_GUID_MAP structure to deallocate.
Return value
This function does not return a value.
Remarks
Note
The ntdsapi.h header defines DsFreeSchemaGuidMap as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | ntdsapi.h |
Library | Ntdsapi.lib |
DLL | Ntdsapi.dll |