RtlDestroyHeap (NTDLL.@)
HANDLE RtlDestroyHeap ( HANDLE heap )
Destroy a Heap created with RtlCreateHeap.
heap | [In] | Heap to destroy. |
Success: A NULL HANDLE, if heap is NULL or it was destroyed
Failure: The Heap handle, if heap is the process heap.
Defined in "winternl.h".
Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.