HyperDbg Debugger
Loading...
Searching...
No Matches
Msr.h
Go to the documentation of this file.
1
12
#pragma once
13
15
// Structures //
17
22
typedef
union
_MSR
23
{
24
struct
25
{
26
ULONG
Low
;
27
ULONG
High
;
28
}
Fields
;
29
30
UINT64
Flags
;
31
32
}
MSR
, *
PMSR
;
UINT64
unsigned __int64 UINT64
Definition
BasicTypes.h:21
ULONG
unsigned long ULONG
Definition
BasicTypes.h:37
MSR
union _MSR MSR
General MSR Structure.
PMSR
union _MSR * PMSR
_MSR
General MSR Structure.
Definition
Msr.h:23
_MSR::Fields
struct _MSR::@1 Fields
_MSR::Flags
UINT64 Flags
Definition
Msr.h:30
_MSR::Low
ULONG Low
Definition
Msr.h:26
_MSR::High
ULONG High
Definition
Msr.h:27
hyperdbg
hyperhv
header
common
Msr.h
Generated by
1.11.0