DEVICE_DESCRIPTOR-Struktur (usbscan.h)

Die DEVICE_DESCRIPTOR-Struktur wird als Parameter für DeviceIoControl verwendet, wenn der angegebene E/A-Steuerungscode IOCTL_GET_DEVICE_DESCRIPTOR wird.

Syntax

typedef struct _DEVICE_DESCRIPTOR {
  USHORT usVendorId;
  USHORT usProductId;
  USHORT usBcdDevice;
  USHORT usLanguageId;
} DEVICE_DESCRIPTOR, *PDEVICE_DESCRIPTOR;

Member

usVendorId

Anbieterbezeichner.

usProductId

Geräteprodukt-ID.

usBcdDevice

BCD-codierte Geräteversionsnummer.

usLanguageId

Nicht verwendet.

Anforderungen

Anforderung Wert
Header usbscan.h (include Usbscan.h)