// sensorsdef.h
typedef struct SENSOR_VALUE_PAIR {
PROPERTYKEY Key;
PROPVARIANT Value;
} SENSOR_VALUE_PAIR, *PSENSOR_VALUE_PAIR;
View the official Windows Driver Kit DDI referenceNo description available.
This structure pairs the property keys listed in the Sensor properties section with the data that each key represents.
KeyA property key that is associated with a sensor. For a list of the valid property keys, see Sensor properties.
ValueA value that is associated with the property key element.
The Value is one of the VT types (VARTYPE) that are supported by the sensor class extension (CX):