Scroll to navigation

RtlGetProcessHeaps(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/heap.c".
Debug channel "heap".
Oct 2012 Wine API