HV_X64_PENDING_INTERRUPTION_TYPE enumeration
The HV_X64_PENDING_INTERRUPTION_TYPE enumeration contains values that identify the type of a pending interruption.
Syntax
typedef enum _HV_X64_PENDING_INTERRUPTION_TYPE { HvX64PendingInterrupt = 0, HvX64PendingNmi = 2, HvX64PendingException = 3 } HV_X64_PENDING_INTERRUPTION_TYPE, *PHV_X64_PENDING_INTERRUPTION_TYPE;
Constants
- HvX64PendingInterrupt
-
The interruption is due to an interrupt.
- HvX64PendingNmi
-
The interruption is due to a non-maskable interrupt.
- HvX64PendingException
-
The interruption is due to a hardware exception.
Remarks
The HV_X64_PENDING_INTERRUPTION_TYPE enumeration is used in the HV_X64_PENDING_INTERRUPTION_REGISTER union.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: