Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |