#ifndef _NTRTL_H
// rev
/**
* The RtlValidProcessProtection function 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
);
View code on GitHub
No description available.