Struct windows_sys::Win32::Devices::Usb::USB_PASS_THRU_PARAMETERS
#[repr(C, packed(1))]pub struct USB_PASS_THRU_PARAMETERS {
pub FunctionGUID: GUID,
pub ParameterLength: u32,
pub Parameters: [u8; 4],
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§FunctionGUID: GUID
§ParameterLength: u32
§Parameters: [u8; 4]