SYSTEM_SECURE_KERNEL_DEBUGGER_INFORMATION - NtDoc

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

// private
typedef struct _SYSTEM_SECURE_KERNEL_DEBUGGER_INFORMATION
{
    ULONG Version;
    BOOLEAN Enabled;
} SYSTEM_SECURE_KERNEL_DEBUGGER_INFORMATION, *PSYSTEM_SECURE_KERNEL_DEBUGGER_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.