RtlValidateHeap (NTDLL.@)
BOOLEAN RtlValidateHeap ( HANDLE heap, ULONG flags, LPCVOID ptr )
Determine if a block is a valid allocation from a heap.
heap | [In] | Heap that block was allocated from. |
flags | [In] | HEAP_ flags from "winnt.h". |
ptr | [In] | Block to check. |
Success: TRUE. The block was allocated from heap.
Failure: FALSE, if heap is invalid or pointer was not allocated from it.
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.