RtlCompactHeap - NtDoc

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

NTSYSAPI
SIZE_T
NTAPI
RtlCompactHeap(
    _In_ PVOID HeapHandle,
    _In_ ULONG Flags
    );

#endif

View code on GitHub

HeapHandle

Heap address.

Flags

See RtlCreateHeap for more information.

Documented by

See also