#ifndef _NTRTL_H
NTSYSAPI
BOOLEAN
NTAPI
RtlValidateHeap(
_In_opt_ PVOID HeapHandle,
_In_ ULONG Flags,
_In_opt_ PVOID BaseAddress
);
View code on GitHub
Address of heap to validate.
See RtlCreateHeap
.
If specified, only one block is validated. If not, all blocks from heap are validated.