RtlGetProcessHeaps(3w)
NAME
RtlGetProcessHeaps (NTDLL.@)
SYNOPSIS
ULONG RtlGetProcessHeaps ( ULONG count, HANDLE* heaps )
DESCRIPTION
Get the Heaps belonging to the current process.
PARAMS
count [In] size of heaps.
heaps [Out] Destination array for heap HANDLE's.
RETURNS
Success: The number of Heaps allocated by the process.
Failure: 0.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/heap.c".
- Debug channel "heap".