Struct windows_sys::Win32::System::Hypervisor::HDV_PCI_DEVICE_INTERFACE
#[repr(C)]pub struct HDV_PCI_DEVICE_INTERFACE {
pub Version: HDV_PCI_INTERFACE_VERSION,
pub Initialize: HDV_PCI_DEVICE_INITIALIZE,
pub Teardown: HDV_PCI_DEVICE_TEARDOWN,
pub SetConfiguration: HDV_PCI_DEVICE_SET_CONFIGURATION,
pub GetDetails: HDV_PCI_DEVICE_GET_DETAILS,
pub Start: HDV_PCI_DEVICE_START,
pub Stop: HDV_PCI_DEVICE_STOP,
pub ReadConfigSpace: HDV_PCI_READ_CONFIG_SPACE,
pub WriteConfigSpace: HDV_PCI_WRITE_CONFIG_SPACE,
pub ReadInterceptedMemory: HDV_PCI_READ_INTERCEPTED_MEMORY,
pub WriteInterceptedMemory: HDV_PCI_WRITE_INTERCEPTED_MEMORY,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§Version: HDV_PCI_INTERFACE_VERSION
§Initialize: HDV_PCI_DEVICE_INITIALIZE
§Teardown: HDV_PCI_DEVICE_TEARDOWN
§SetConfiguration: HDV_PCI_DEVICE_SET_CONFIGURATION
§GetDetails: HDV_PCI_DEVICE_GET_DETAILS
§Start: HDV_PCI_DEVICE_START
§Stop: HDV_PCI_DEVICE_STOP
§ReadConfigSpace: HDV_PCI_READ_CONFIG_SPACE
§WriteConfigSpace: HDV_PCI_WRITE_CONFIG_SPACE
§ReadInterceptedMemory: HDV_PCI_READ_INTERCEPTED_MEMORY
§WriteInterceptedMemory: HDV_PCI_WRITE_INTERCEPTED_MEMORY