HeapWalk (KERNEL32.@)
BOOL HeapWalk ( HANDLE heap, LPPROCESS_HEAP_ENTRY entry )
heap | [In] | Handle to heap to enumerate. |
[Out] | Pointer to structure of enumeration info. |
Enumerates the memory blocks in a specified heap.
- handling of PROCESS_HEAP_ENTRY_MOVEABLE and PROCESS_HEAP_ENTRY_DDESHARE (needs heap.c support).
TRUE: Success
FALSE: Failure
Defined in "winbase.h".
Implemented in "dlls/kernel/heap.c". source.winehq.org/source/dlls/kernel/heap.c
Debug channel "heap".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.