Struct windows_sys::Win32::Devices::Usb::USB_CONNECTION_NOTIFICATION
#[repr(C, packed(1))]pub struct USB_CONNECTION_NOTIFICATION {
pub NotificationType: USB_NOTIFICATION_TYPE,
pub ConnectionNumber: u32,
pub RequestedBandwidth: u32,
pub EnumerationFailReason: u32,
pub PowerRequested: u32,
pub HubNameLength: u32,
}Expand description
Required features: "Win32_Devices_Usb"
Fields§
§NotificationType: USB_NOTIFICATION_TYPE§ConnectionNumber: u32§RequestedBandwidth: u32§EnumerationFailReason: u32§PowerRequested: u32§HubNameLength: u32