USBSCAN_GET_DESCRIPTOR structure (usbscan.h)
La structure USBSCAN_GET_DESCRIPTOR est utilisée comme paramètre pour DeviceIoControl lorsque le code de contrôle d’E/S spécifié est IOCTL_GET_USB_DESCRIPTOR.
Syntaxe
typedef struct _USBSCAN_GET_DESCRIPTOR {
UCHAR DescriptorType;
UCHAR Index;
USHORT LanguageId;
} USBSCAN_GET_DESCRIPTOR, *PUSBSCAN_GET_DESCRIPTOR;
Membres
DescriptorType
Identique au paramètre DescriptorType pour UsbBuildGetDescriptorRequest.
Index
Identique au paramètre Index sur UsbBuildGetDescriptorRequest.
LanguageId
Identique au paramètre LanguageId pour UsbBuildGetDescriptorRequest.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | usbscan.h (inclure Usbscan.h) |