SYSTEM_CODE_INTEGRITY_SIGNED_POLICIES - NtDoc

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

// rev
typedef struct _SYSTEM_CODE_INTEGRITY_SIGNED_POLICIES
{
    BOOLEAN EnabledPolicies;
    ULONGLONG SignedPoliciesData;
    ULONG PolicySize;
    ULONG SignatureSize;
    UCHAR SignatureBuffer[0x100]; 
} SYSTEM_CODE_INTEGRITY_SIGNED_POLICIES, *PSYSTEM_CODE_INTEGRITY_SIGNED_POLICIES;

#endif

View code on GitHub

NtDoc

No description available.