énumération KSEVENT_DEVICE (ks.h)

Spécifie les notifications d’événements générées par le pilote pour indiquer qu’un appareil a été perdu ou préempté.

Syntaxe

C++
typedef enum {
  KSEVENT_DEVICE_LOST,
  KSEVENT_DEVICE_PREEMPTED,
  KSEVENT_DEVICE_THERMAL_HIGH,
  KSEVENT_DEVICE_THERMAL_LOW
} KSEVENT_DEVICE;

Constantes

 
KSEVENT_DEVICE_LOST
Un appareil photo a été supprimé du système. Voir KSEVENT_DEVICE_LOST.
KSEVENT_DEVICE_PREEMPTED
Un appareil photo a été préempté par une nouvelle application Windows. Voir KSEVENT_DEVICE_PREEMPTED.
KSEVENT_DEVICE_THERMAL_HIGH
KSEVENT_DEVICE_THERMAL_LOW

Exigences

Exigence Valeur
client minimum pris en charge Windows 8
serveur minimum pris en charge Windows Server 2012
d’en-tête ks.h (include Ks.h)

Voir aussi

KSEVENT_DEVICE_LOST

KSEVENT_DEVICE_PREEMPTED