WcmFreeMemory function (wcmapi.h)
The WcmFreeMemory function is used to release memory resources allocated by the WCM functions.
Syntax
void WcmFreeMemory(
__deallocate(Mem) void *pMemory
);
Parameters
pMemory
Pointer to the memory to be freed.
Return value
None
Requirements
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | wcmapi.h |
| Library | Wcmapi.lib |
| DLL | Wcmapi.dll |