HV_VP_CONTEXT structure
The HV_VP_CONTEXT structure describes a virtual processor context.
Syntax
typedef struct _HV_VP_CONTEXT { UINT32 Version; HV_ARCHITECTURE Architecture; union { HV_X64_CONTEXT x64; }; } HV_VP_CONTEXT, *PHV_VP_CONTEXT;
Members
- Version
-
The version of the HV_VP_CONTEXT structure.
- Architecture
-
An HV_ARCHITECTURE-typed value that identifies the architecture of the virtual processor's registers. The HV_ARCHITECTURE enumeration contains the following values:
- x64
-
An HV_X64_CONTEXT structure that describes the context for the x64-based virtual processor.
Remarks
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: