USBDEVICE_PURGEIO - NtDoc

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

typedef struct _USBDEVICE_PURGEIO {
  USBDEVICE_MGMT_HEADER Header;
  BOOLEAN               OnSuspend;
} USBDEVICE_PURGEIO, *PUSBDEVICE_PURGEIO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_USBDEVICE_PURGEIO structure

Description

The USBDEVICE_PURGEIO structure contains the handle for the Universal Serial Bus (USB) hub or device to purge I/O for.

Members

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

OnSuspend

See also

USBDEVICE_ABORTIO

USBDEVICE_STARTIO

USBDEVICE_TREE_PURGEIO