USBSCAN_GET_DESCRIPTOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbscan.h

typedef struct _USBSCAN_GET_DESCRIPTOR {
  UCHAR  DescriptorType;
  UCHAR  Index;
  USHORT LanguageId;
} USBSCAN_GET_DESCRIPTOR, *PUSBSCAN_GET_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbscan-_usbscan_get_descriptor)

_USBSCAN_GET_DESCRIPTOR structure

Description

The USBSCAN_GET_DESCRIPTOR structure is used as a parameter to DeviceIoControl, when the specified I/O control code is IOCTL_GET_USB_DESCRIPTOR.

Members

DescriptorType

Same as the DescriptorType parameter to UsbBuildGetDescriptorRequest.

Index

Same as the Index parameter to UsbBuildGetDescriptorRequest.

LanguageId

Same as the LanguageId parameter to UsbBuildGetDescriptorRequest.