RtlValidateProcessHeaps - NtDoc

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

NTSYSAPI
BOOLEAN
NTAPI
RtlValidateProcessHeaps(
    VOID
    );

#endif

View code on GitHub

Function validate all heaps associated with calling process. See RtlValidateHeap for more information.

Documented by

See also