USBDEVICE_STARTIO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxusbdevice.h

typedef struct _USBDEVICE_STARTIO {
  USBDEVICE_MGMT_HEADER Header;
} USBDEVICE_STARTIO, *PUSBDEVICE_STARTIO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxusbdevice-_usbdevice_startio)

_USBDEVICE_STARTIO structure

Description

Contains a handle for the Universal Serial Bus (USB) hub or device on which to start data transfer.

Members

A USBDEVICE_MGMT_HEADER structure that contains the handle for the USB hub or device.

See also

USBDEVICE_ABORTIO

USBDEVICE_PURGEIO