Condividi tramite


enumerazione UDECX_WDF_DEVICE_RESET_ACTION (udecxwdfdevice.h)

Definisce i valori che indicano i tipi di operazione di reimpostazione supportati da un controller host USB emulato.

Sintassi

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

Costanti

 
UdecxWdfDeviceResetActionResetEachUsbDevice
Ogni dispositivo collegato al controller viene reimpostato.
UdecxWdfDeviceResetActionResetWdfDevice
Il controller host emulato viene reimpostato.

Fabbisogno

Requisito Valore
intestazione udecxwdfdevice.h (include Udecx.h)

Vedere anche

EVT_UDECX_WDF_DEVICE_RESET

UDECX_WDF_DEVICE_CONFIG