SENSOR_VALUE_PAIR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsdef.h

typedef struct SENSOR_VALUE_PAIR {
  PROPERTYKEY Key;
  PROPVARIANT Value;
} SENSOR_VALUE_PAIR, *PSENSOR_VALUE_PAIR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sensorsdef-sensor_value_pair)

SENSOR_VALUE_PAIR structure

Description

This structure pairs the property keys listed in the Sensor properties section with the data that each key represents.

Members

Key

A property key that is associated with a sensor. For a list of the valid property keys, see Sensor properties.

Value

A value that is associated with the property key element.

Remarks

The Value is one of the VT types (VARTYPE) that are supported by the sensor class extension (CX):