enumerasi UDECX_WDF_DEVICE_RESET_ACTION (udecxwdfdevice.h)

Menentukan nilai yang menunjukkan jenis operasi reset yang didukung oleh pengontrol host USB yang ditimulasi.

Sintaks

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

Konstanta

 
UdecxWdfDeviceResetActionResetEachUsbDevice
Setiap perangkat yang dilampirkan ke pengontrol diatur ulang.
UdecxWdfDeviceResetActionResetWdfDevice
Pengontrol host yang ditimulasi diatur ulang.

Persyaratan

Persyaratan Nilai
Header udecxwdfdevice.h (termasuk Udecx.h)

Lihat juga

EVT_UDECX_WDF_DEVICE_RESET

UDECX_WDF_DEVICE_CONFIG