// usbspec.h
typedef struct _USB_COMMON_DESCRIPTOR {
UCHAR bLength;
UCHAR bDescriptorType;
} USB_COMMON_DESCRIPTOR, *PUSB_COMMON_DESCRIPTOR;
View the official Windows Driver Kit DDI reference
No description available.
The USB_COMMON_DESCRIPTOR structure contains the head of the first descriptor that matches the search criteria in a call to USBD_ParseDescriptors.
bLength
Specifies the entire length of the descriptor, not of this structure.
bDescriptorType
Specifies the descriptor type code, as assigned by USB, for this descriptor.