SYSTEM_SECURE_CORE_INFORMATION - NtDoc

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

// rev
typedef struct _SYSTEM_SECURE_CORE_INFORMATION
{
    BOOLEAN IsSecureCore;
    ULONGLONG SecureKernelRunning;
    ULONGLONG VslFeatures;
} SYSTEM_SECURE_CORE_INFORMATION, *PSYSTEM_SECURE_CORE_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.