HV_SYNIC_EVENT_FLAGS union
The HV_SYNIC_EVENT_FLAGS union describes the event flags format for a synthetic interrupt controller.
Syntax
typedef union _HV_SYNIC_EVENT_FLAGS { UINT8 Flags8[HV_EVENT_FLAGS_BYTE_COUNT]; UINT32 Flags32[HV_EVENT_FLAGS_DWORD_COUNT]; } HV_SYNIC_EVENT_FLAGS, *PHV_SYNIC_EVENT_FLAGS;
Members
- Flags8
-
A member in the union that can hold an array of 8-bit event flags.
- Flags32
-
A member in the union that can hold an array of 32-bit event flags.
Remarks
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: