UDECX_WDF_DEVICE_RESET_TYPE enumeration (udecxwdfdevice.h)

Defines values that indicates the type of reset for a UDE device.

Syntax

typedef enum _UDECX_WDF_DEVICE_RESET_TYPE {
  UdecxWdfDeviceResetUndefined,
  UdecxWdfDeviceResetAttemptFunctionLevelDeviceReset,
  UdecxWdfDeviceResetAttemptPlatformLevelDeviceReset
} UDECX_WDF_DEVICE_RESET_TYPE, *PUDECX_WDF_DEVICE_RESET_TYPE;

Constants

 
UdecxWdfDeviceResetUndefined
Invalid type.
UdecxWdfDeviceResetAttemptFunctionLevelDeviceReset
Indicates a function level reset.
UdecxWdfDeviceResetAttemptPlatformLevelDeviceReset
Indicates a platform level reset.

Requirements

Requirement Value
Header udecxwdfdevice.h