Struct windows_sys::Win32::Devices::Usb::_URB_SELECT_CONFIGURATION
#[repr(C)]pub struct _URB_SELECT_CONFIGURATION {
pub Hdr: _URB_HEADER,
pub ConfigurationDescriptor: *mut USB_CONFIGURATION_DESCRIPTOR,
pub ConfigurationHandle: *mut c_void,
pub Interface: USBD_INTERFACE_INFORMATION,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§Hdr: _URB_HEADER
§ConfigurationDescriptor: *mut USB_CONFIGURATION_DESCRIPTOR
§ConfigurationHandle: *mut c_void
§Interface: USBD_INTERFACE_INFORMATION