// 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 referenceNo description available.
Defines values that indicate the types of reset operation supported by an emulated USB host controller.
UdecxWdfDeviceResetActionResetEachUsbDeviceEach device that is attached to the controller is reset.
UdecxWdfDeviceResetActionResetWdfDeviceThe emulated host controller is reset.