KSDEVICE_THERMAL_STATE enumeration (ks.h)
A KS-defined enumeration for thermal state changes.
Syntax
typedef enum {
KSDEVICE_THERMAL_STATE_LOW,
KSDEVICE_THERMAL_STATE_HIGH
} KSDEVICE_THERMAL_STATE;
Constants
KSDEVICE_THERMAL_STATE_LOW This 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_HIGH This 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. |
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |