Notification when host PCI device is plugged/unplugged. More...
Public Attributes | |
readonly attribute boolean | plugged |
If device successfully plugged or unplugged. | |
readonly attribute boolean | success |
If operation was successful, if false - 'message' attribute may be of interest. | |
readonly attribute IPciDeviceAttachment | attachment |
Attachment info for this device. | |
readonly attribute wstring | message |
Optional error message. |
Notification when host PCI device is plugged/unplugged.
Plugging usually takes place on VM startup, unplug - when IMachine::detachHostPciDevice is called.
{9CEBFC27-C579-4965-8EB7-D31794CD7DCF}
readonly attribute boolean IHostPciDevicePlugEvent::plugged |
If device successfully plugged or unplugged.
readonly attribute boolean IHostPciDevicePlugEvent::success |
If operation was successful, if false - 'message' attribute may be of interest.
readonly attribute IPciDeviceAttachment IHostPciDevicePlugEvent::attachment |
Attachment info for this device.
readonly attribute wstring IHostPciDevicePlugEvent::message |
Optional error message.