Compartilhar via


estrutura DEVICE_DESCRIPTOR (usbscan.h)

A estrutura DEVICE_DESCRIPTOR é usada como um parâmetro para DeviceIoControl, quando o código de controle de E/S especificado é IOCTL_GET_DEVICE_DESCRIPTOR.

Sintaxe

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

Membros

usVendorId

Identificador do fornecedor.

usProductId

Identificador de produto do dispositivo.

usBcdDevice

Número de versão do dispositivo codificado em BCD.

usLanguageId

Não usado.

Requisitos

Requisito Valor
Cabeçalho usbscan.h (inclua Usbscan.h)