enumerazione KSEVENT_DEVICE (ks.h)
Specifica le notifiche degli eventi generate dal driver per indicare che un dispositivo è stato perso o interrotto.
Sintassi
typedef enum {
KSEVENT_DEVICE_LOST,
KSEVENT_DEVICE_PREEMPTED,
KSEVENT_DEVICE_THERMAL_HIGH,
KSEVENT_DEVICE_THERMAL_LOW
} KSEVENT_DEVICE;
Costanti
KSEVENT_DEVICE_LOST Un dispositivo fotocamera è stato rimosso dal sistema. Vedere KSEVENT_DEVICE_LOST. |
KSEVENT_DEVICE_PREEMPTED Un dispositivo fotocamera è stato superato da una nuova app di Windows. Vedere KSEVENT_DEVICE_PREEMPTED. |
KSEVENT_DEVICE_THERMAL_HIGH |
KSEVENT_DEVICE_THERMAL_LOW |
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8 |
server minimo supportato | Windows Server 2012 |
intestazione | ks.h (include Ks.h) |