Union windows_sys::Win32::System::Hypervisor::WHV_TRIGGER_PARAMETERS_0
#[repr(C)]
pub union WHV_TRIGGER_PARAMETERS_0 {
pub Interrupt: WHV_INTERRUPT_CONTROL,
pub SynicEvent: WHV_SYNIC_EVENT_PARAMETERS,
pub DeviceInterrupt: WHV_TRIGGER_PARAMETERS_0_0,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§Interrupt: WHV_INTERRUPT_CONTROL
§SynicEvent: WHV_SYNIC_EVENT_PARAMETERS
§DeviceInterrupt: WHV_TRIGGER_PARAMETERS_0_0