// ucxusbdevice.h
typedef struct _USBDEVICE_TREE_PURGEIO {
USBDEVICE_MGMT_HEADER Header;
} USBDEVICE_TREE_PURGEIO, *PUSBDEVICE_TREE_PURGEIO;
View the official Windows Driver Kit DDI referenceNo description available.
This structure provides the handle for the Universal Serial Bus (USB) device tree to purge I/O for.
HeaderA USBDEVICE_MGMT_HEADER structure that contains the handle for the USB hub or device.