UDECX_WDF_DEVICE_RESET_ACTION enumeration (udecxwdfdevice.h)

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

Syntax

typedef enum _UDECX_WDF_DEVICE_RESET_ACTION {
  UdecxWdfDeviceResetActionResetEachUsbDevice,
  UdecxWdfDeviceResetActionResetWdfDevice
} UDECX_WDF_DEVICE_RESET_ACTION, *PUDECX_WDF_DEVICE_RESET_ACTION;

Constants

 
UdecxWdfDeviceResetActionResetEachUsbDevice
Each device that is attached to the controller is reset.
UdecxWdfDeviceResetActionResetWdfDevice
The emulated host controller is reset.

Requirements

Requirement Value
Header udecxwdfdevice.h (include Udecx.h)

See also

EVT_UDECX_WDF_DEVICE_RESET

UDECX_WDF_DEVICE_CONFIG