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’, ‘Win32_Foundation’
Fields
Version: HDV_PCI_INTERFACE_VERSIONInitialize: HDV_PCI_DEVICE_INITIALIZETeardown: HDV_PCI_DEVICE_TEARDOWNSetConfiguration: HDV_PCI_DEVICE_SET_CONFIGURATIONGetDetails: HDV_PCI_DEVICE_GET_DETAILSStart: HDV_PCI_DEVICE_STARTStop: HDV_PCI_DEVICE_STOPReadConfigSpace: HDV_PCI_READ_CONFIG_SPACEWriteConfigSpace: HDV_PCI_WRITE_CONFIG_SPACEReadInterceptedMemory: HDV_PCI_READ_INTERCEPTED_MEMORYWriteInterceptedMemory: HDV_PCI_WRITE_INTERCEPTED_MEMORY