// ks.h
typedef enum {
KSEVENT_DEVICE_LOST,
KSEVENT_DEVICE_PREEMPTED,
KSEVENT_DEVICE_THERMAL_HIGH,
KSEVENT_DEVICE_THERMAL_LOW
} KSEVENT_DEVICE;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies event notifications that the driver generates to indicate that a device has been lost or preempted.
KSEVENT_DEVICE_LOSTA camera device has been removed from the system. See KSEVENT_DEVICE_LOST.
KSEVENT_DEVICE_PREEMPTEDA camera device has been preempted by a new Windows app. See KSEVENT_DEVICE_PREEMPTED.
KSEVENT_DEVICE_THERMAL_HIGHKSEVENT_DEVICE_THERMAL_LOW