RtlLockHeap (NTDLL.@)
BOOLEAN RtlLockHeap ( HANDLE heap )
Lock a Heap.
heap | [In] | Heap to lock. |
Success: TRUE. The Heap is locked.
Failure: FALSE, if heap is invalid.
Defined in "winternl.h".
Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.