#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The SYSDBG_MSR structure describes a request to read or write a model-specific
* register (MSR) through the system debugger interface.
*/
typedef struct _SYSDBG_MSR
{
ULONG Msr;
ULONG64 Data;
} SYSDBG_MSR, *PSYSDBG_MSR;
View code on GitHubNo description available.