RtlValidProcessProtection - NtDoc

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

// rev
/**
 * Validates the process protection level.
 *
 * @param ProcessProtection Pointer to a PS_PROTECTION structure describing the protection.
 * @return TRUE if the protection level is valid, FALSE otherwise.
 */
NTSYSAPI
BOOLEAN
NTAPI
RtlValidProcessProtection(
    _In_ PS_PROTECTION ProcessProtection
    );

#endif

View code on GitHub

No description available.