The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WsFreeHeap function
This frees the heap object, and the memory associated with any allocations made on it using WsAlloc.
Syntax
void WINAPI WsFreeHeap(
_In_ WS_HEAP* heap
);
Parameters
- heap [in]
-
The heap to free. This must be a valid heap object that was returned from WsCreateHeap. This parameter may not be NULL.
Return value
This function does not return a value.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Community Additions
Show: