struttura USBDEVICE_PURGEIO (ucxusbdevice.h)

La struttura USBDEVICE_PURGEIO contiene l'handle per l'hub usb (Universal Serial Bus) o il dispositivo per eliminare I/O.

Sintassi

typedef struct _USBDEVICE_PURGEIO {
  USBDEVICE_MGMT_HEADER Header;
  BOOLEAN               OnSuspend;
} USBDEVICE_PURGEIO, *PUSBDEVICE_PURGEIO;

Members

Header

Struttura USBDEVICE_MGMT_HEADER che contiene l'handle per l'hub USB o il dispositivo.

OnSuspend

Requisiti

Requisito Valore
Intestazione ucxusbdevice.h (include Ucxclass.h)

Vedi anche

USBDEVICE_ABORTIO

USBDEVICE_STARTIO

USBDEVICE_TREE_PURGEIO