共用方式為


USBSCAN_GET_DESCRIPTOR 結構 (usbscan.h)

當指定的 I/O 控制項程式代碼IOCTL_GET_USB_DESCRIPTOR時,USBSCAN_GET_DESCRIPTOR 結構會當做 DeviceIoControl 的參數使用。

語法

typedef struct _USBSCAN_GET_DESCRIPTOR {
  UCHAR  DescriptorType;
  UCHAR  Index;
  USHORT LanguageId;
} USBSCAN_GET_DESCRIPTOR, *PUSBSCAN_GET_DESCRIPTOR;

成員

DescriptorType

DescriptorType 參數相同的 是 UsbBuildGetDescriptorRequest

Index

UsbBuildGetDescriptorRequestIndex 參數相同。

LanguageId

UsbBuildGetDescriptorRequestLanguageId 參數相同。

規格需求

需求
標頭 usbscan.h (包含 Usbscan.h)