// ucxusbdevice.h
typedef struct _USBDEVICE_PURGEIO {
USBDEVICE_MGMT_HEADER Header;
BOOLEAN OnSuspend;
} USBDEVICE_PURGEIO, *PUSBDEVICE_PURGEIO;
View the official Windows Driver Kit DDI referenceNo description available.
The USBDEVICE_PURGEIO structure contains the handle for the Universal Serial Bus (USB) hub or device to purge I/O for.
HeaderA USBDEVICE_MGMT_HEADER structure that contains the handle for the USB hub or device.
OnSuspend