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.

Requisiti

Requisito Valore
Intestazione udecxwdfdevice.h (includere Udecx.h)

Vedi anche

EVT_UDECX_WDF_DEVICE_RESET

UDECX_WDF_DEVICE_CONFIG