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
ADD
Show: