RtlGetProcessHeaps - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

NTSYSAPI
ULONG
NTAPI
RtlGetProcessHeaps(
    _In_ ULONG NumberOfHeaps,
    _Out_ PVOID *ProcessHeaps
    );

#endif

View code on GitHub

MaxNumberOfHeaps

Size of HeapArray.

Return value:

Number of process heaps.

See also