UDECX_WDF_DEVICE_RESET_TYPE - NtDoc

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

typedef enum _UDECX_WDF_DEVICE_RESET_TYPE {
  UdecxWdfDeviceResetUndefined,
  UdecxWdfDeviceResetAttemptFunctionLevelDeviceReset,
  UdecxWdfDeviceResetAttemptPlatformLevelDeviceReset
} UDECX_WDF_DEVICE_RESET_TYPE, *PUDECX_WDF_DEVICE_RESET_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UDECX_WDF_DEVICE_RESET_TYPE enumeration

Description

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

Constants

UdecxWdfDeviceResetUndefined

Invalid type.

UdecxWdfDeviceResetAttemptFunctionLevelDeviceReset

Indicates a function level reset.

UdecxWdfDeviceResetAttemptPlatformLevelDeviceReset

Indicates a platform level reset.

Remarks

See also