HeapWalk(3w)

NAME

HeapWalk (KERNEL32.@)

SYNOPSIS

BOOL HeapWalk
 (
  HANDLE               heap,
  LPPROCESS_HEAP_ENTRY entry
 )

PARAMS

heap [In] Handle to heap to enumerate.

[Out] Pointer to structure of enumeration info.

DESCRIPTION

Enumerates the memory blocks in a specified heap.

TODO

- handling of PROCESS_HEAP_ENTRY_MOVEABLE and PROCESS_HEAP_ENTRY_DDESHARE (needs heap.c support).

RETURNS

TRUE: Success

FALSE: Failure

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/heap.c".

Debug channel "heap".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout