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 IEventContext | eventContext |
Context object, passed into attachHostPciDevice() and attachHostPciDevice(). | |
readonly attribute wstring | message |
Optional error message. |
Notification when host PCI device is plugged/unplugged.
{EDD4782B-DB74-43A0-B724-2BAA36F039CC}
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 IEventContext IHostPciDevicePlugEvent::eventContext |
Context object, passed into attachHostPciDevice() and attachHostPciDevice().
readonly attribute wstring IHostPciDevicePlugEvent::message |
Optional error message.