#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// begin_private
// InitializePsProtection(&ProtectionLevel, PsProtectedSignerCodeGen, FALSE, PsProtectedTypeProtectedLight)
#define InitializePsProtection(PsProtectionLevel, PsSigner, PsAudit, PsType) { \
(PsProtectionLevel)->Signer = (PsSigner); \
(PsProtectionLevel)->Audit = (PsAudit); \
(PsProtectionLevel)->Type = (PsType); \
}
View code on GitHub
No description available.