SYSTEM_CODE_INTEGRITY_ENDPOINT_SECURITY_INFORMATION - NtDoc

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

typedef struct _SYSTEM_CODE_INTEGRITY_ENDPOINT_SECURITY_INFORMATION
{
    USHORT Version;
    CI_ENDPOINT_SECURITY_OPERATION Operation;
    USHORT PolicyPathOffset;
    USHORT PolicyPathNumBytes;
    USHORT TssIdOffset;
    USHORT TssIdNumBytes;
    UCHAR Data[1];
} SYSTEM_CODE_INTEGRITY_ENDPOINT_SECURITY_INFORMATION, *PSYSTEM_CODE_INTEGRITY_ENDPOINT_SECURITY_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.