UDECX_WDF_DEVICE_RESET_ACTION - NtDoc

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

typedef enum _UDECX_WDF_DEVICE_RESET_ACTION {
  UdecxWdfDeviceResetActionResetEachUsbDevice,
  UdecxWdfDeviceResetActionResetWdfDevice
} UDECX_WDF_DEVICE_RESET_ACTION, *PUDECX_WDF_DEVICE_RESET_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-udecxwdfdevice-_udecx_wdf_device_reset_action)

_UDECX_WDF_DEVICE_RESET_ACTION enumeration

Description

Defines values that indicate the types of reset operation supported by an emulated USB host controller.

Constants

UdecxWdfDeviceResetActionResetEachUsbDevice

Each device that is attached to the controller is reset.

UdecxWdfDeviceResetActionResetWdfDevice

The emulated host controller is reset.

See also

EVT_UDECX_WDF_DEVICE_RESET

UDECX_WDF_DEVICE_CONFIG