Bitdefender Hypervisor Memory Introspection
_IG_QUERY_MSR Struct Reference

The MSR query structure. More...

#include <glueiface.h>

Data Fields

DWORD MsrId
 The ID of the MSR, as defined by Intel. More...
 
QWORD Value
 The value of the MSR. More...
 

Detailed Description

The MSR query structure.

On GLUE_IFACE.QueryGuestInfo calls that have InfoClass set to IG_QUERY_INFO_CLASS_READ_MSR, the Buffer parameter will point to a structure of this type.

Definition at line 210 of file glueiface.h.

Field Documentation

◆ MsrId

DWORD _IG_QUERY_MSR::MsrId

The ID of the MSR, as defined by Intel.

Definition at line 212 of file glueiface.h.

Referenced by IntDebugCtlRead(), IntEferRead(), IntFsRead(), IntGsRead(), IntKernelGsRead(), IntSyscallRead(), IntSysenterRead(), and IntTranslateVirtualAddressEx().

◆ Value

QWORD _IG_QUERY_MSR::Value

The documentation for this struct was generated from the following file: