struttura USBDEVICE_MGMT_HEADER (ucxusbdevice.h)
Questa struttura fornisce un handle per l'hub USB (Universal Serial Bus) o il dispositivo fisicamente connesso al bus.
typedef struct _USBDEVICE_MGMT_HEADER {
ULONG Size;
UCXUSBDEVICE Hub;
UCXUSBDEVICE UsbDevice;
} USBDEVICE_MGMT_HEADER, *PUSBDEVICE_MGMT_HEADER;
Size
Dimensione in byte di questa struttura.
Hub
Handle per l'hub USB collegato fisicamente al bus.
UsbDevice
Handle per il dispositivo USB collegato fisicamente al bus.
Requisito | Valore |
---|---|
intestazione | ucxusbdevice.h (include Ucxclass.h) |