RtlFreeHeap (NTDLL.@)
BOOLEAN RtlFreeHeap ( HANDLE heap, ULONG flags, PVOID ptr )
Free a memory block allocated with RtlAllocateHeap.
heap | [In] | Heap that block was allocated from. |
flags | [In] | HEAP_ flags from "winnt.h". |
ptr | [In] | Block to free. |
Success: TRUE, if pointer is NULL or was freed successfully.
Failure: FALSE.
Defined in "winternl.h".
Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.