Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This frees the heap object, and the memory associated with any allocations made on it using WsAlloc.
Syntax
void WsFreeHeap(
[in] WS_HEAP *heap
);
Parameters
[in] heap
The heap to free. This must be a valid heap object that was returned from WsCreateHeap. This parameter may not be NULL.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | webservices.h |
Library | WebServices.lib |
DLL | WebServices.dll |