DEVICE_DESCRIPTOR struttura (usbscan.h)
La struttura DEVICE_DESCRIPTOR viene usata come parametro per DeviceIoControl, quando il codice di controllo I/O specificato è IOCTL_GET_DEVICE_DESCRIPTOR.
Sintassi
typedef struct _DEVICE_DESCRIPTOR {
USHORT usVendorId;
USHORT usProductId;
USHORT usBcdDevice;
USHORT usLanguageId;
} DEVICE_DESCRIPTOR, *PDEVICE_DESCRIPTOR;
Members
usVendorId
Identificatore del fornitore.
usProductId
Identificatore del prodotto del dispositivo.
usBcdDevice
Numero di versione del dispositivo con codifica BCD.
usLanguageId
Non usato.
Requisiti
Requisito | Valore |
---|---|
Intestazione | usbscan.h (includere Usbscan.h) |