USBDEVICE_MGMT_HEADER structure (ucxusbdevice.h)

Cette structure fournit un handle pour le hub USB (Universal Serial Bus) ou l’appareil physiquement connecté au bus.

Syntaxe

typedef struct _USBDEVICE_MGMT_HEADER {
  ULONG        Size;
  UCXUSBDEVICE Hub;
  UCXUSBDEVICE UsbDevice;
} USBDEVICE_MGMT_HEADER, *PUSBDEVICE_MGMT_HEADER;

Membres

Size

Taille en octets de cette structure.

Hub

Poignée du hub USB qui est physiquement connecté au bus.

UsbDevice

Poignée du périphérique USB physiquement connecté au bus.

Configuration requise

Condition requise Valeur
En-tête ucxusbdevice.h (inclure Ucxclass.h)