USBDEVICE_ABORTIO - NtDoc

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

typedef struct _USBDEVICE_ABORTIO {
  USBDEVICE_MGMT_HEADER Header;
} USBDEVICE_ABORTIO, *PUSBDEVICE_ABORTIO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_USBDEVICE_ABORTIO structure

Description

Contains a handle for the Universal Serial Bus (USB) hub or device for which to abort data transfers.

Members

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

See also

USBDEVICE_PURGEIO

USBDEVICE_STARTIO

WdfRequestGetParameters