RtlGetProcessHeaps.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/heap.c".

Debug channel "heap".