HV_SYNIC_EVENT_FLAGS_PAGE structure
The HV_SYNIC_EVENT_FLAGS_PAGE structure defines the synthetic interrupt flags page layout.
Syntax
typedef struct _HV_SYNIC_EVENT_FLAGS_PAGE { volatile HV_SYNIC_EVENT_FLAGS SintEventFlags[HV_SYNIC_SINT_COUNT]; } HV_SYNIC_EVENT_FLAGS_PAGE, *PHV_SYNIC_EVENT_FLAGS_PAGE;
Members
- SintEventFlags
-
An array of HV_SYNIC_EVENT_FLAGS unions for the synthetic interrupt controller event flags format. The array can be up to HV_SYNIC_SINT_COUNT (16) elements.
Remarks
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: