RtlValidateHeap - NtDoc

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

NTSYSAPI
BOOLEAN
NTAPI
RtlValidateHeap(
    _In_opt_ PVOID HeapHandle,
    _In_ ULONG Flags,
    _In_opt_ PVOID BaseAddress
    );

#endif

View code on GitHub

HeapHandle

Address of heap to validate.

Flags

See RtlCreateHeap.

AddressToValidate

If specified, only one block is validated. If not, all blocks from heap are validated.

Documented by

See also