// ks.h
typedef enum {
KSDEVICE_THERMAL_STATE_LOW,
KSDEVICE_THERMAL_STATE_HIGH
} KSDEVICE_THERMAL_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
A KS-defined enumeration for thermal state changes.
KSDEVICE_THERMAL_STATE_LOWThis represents the LOW value for thermal notifications. This is usually determined by the Avstream driver and conveyed to KS in response to the thermal notification callbacks.
KSDEVICE_THERMAL_STATE_HIGHThis represents the HIGH value for thermal notifications. This is usually determined by the Avstream driver and conveyed to KS in response to the thermal notification callbacks.