#[repr(C)]pub struct USB_DEVICE_CAPABILITY_CONTAINER_ID_DESCRIPTOR {
pub bLength: u8,
pub bDescriptorType: u8,
pub bDevCapabilityType: u8,
pub bReserved: u8,
pub ContainerID: [u8; 16],
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§bLength: u8
§bDescriptorType: u8
§bDevCapabilityType: u8
§bReserved: u8
§ContainerID: [u8; 16]