USBSCAN_GET_DESCRIPTOR-Struktur (usbscan.h)
Die USBSCAN_GET_DESCRIPTOR-Struktur wird als Parameter für DeviceIoControl verwendet, wenn der angegebene E/A-Steuerungscode IOCTL_GET_USB_DESCRIPTOR ist.
Syntax
typedef struct _USBSCAN_GET_DESCRIPTOR {
UCHAR DescriptorType;
UCHAR Index;
USHORT LanguageId;
} USBSCAN_GET_DESCRIPTOR, *PUSBSCAN_GET_DESCRIPTOR;
Member
DescriptorType
Identisch mit dem DescriptorType-Parameter für UsbBuildGetDescriptorRequest.
Index
Identisch mit dem Index-Parameter für UsbBuildGetDescriptorRequest.
LanguageId
Identisch mit dem LanguageId-Parameter für UsbBuildGetDescriptorRequest.
Anforderungen
Anforderung | Wert |
---|---|
Header | usbscan.h (include Usbscan.h) |