structure USBSCAN_GET_DESCRIPTOR (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 de DescriptorType pour UsbBuildGetDescriptorRequest.
Index
Identique au paramètre Index pour usbBuildGetDescriptorRequest.
LanguageId
Identique au paramètre LanguageId pour UsbBuildGetDescriptorRequest .
Exigences
Exigence | Valeur |
---|---|
d’en-tête | usbscan.h (include Usbscan.h) |