// ucxusbdevice.h
typedef struct _USBDEVICE_ABORTIO {
USBDEVICE_MGMT_HEADER Header;
} USBDEVICE_ABORTIO, *PUSBDEVICE_ABORTIO;
View the official Windows Driver Kit DDI referenceNo description available.
Contains a handle for the Universal Serial Bus (USB) hub or device for which to abort data transfers.
HeaderA USBDEVICE_MGMT_HEADER structure that contains the handle for the USB hub or device.