struktur USBSCAN_GET_DESCRIPTOR (usbscan.h)

Struktur USBSCAN_GET_DESCRIPTOR digunakan sebagai parameter untuk DeviceIoControl, ketika kode kontrol I/O yang ditentukan IOCTL_GET_USB_DESCRIPTOR.

Sintaks

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

Anggota

DescriptorType

Sama seperti parameter DescriptorType ke UsbBuildGetDescriptorRequest.

Index

Sama seperti parameter Indeks ke UsbBuildGetDescriptorRequest.

LanguageId

Sama seperti parameter LanguageId ke UsbBuildGetDescriptorRequest.

Persyaratan

Persyaratan Nilai
Header usbscan.h (termasuk Usbscan.h)