SENSOR_PROPERTY_LIST - NtDoc

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

typedef struct SENSOR_PROPERTY_LIST {
  ULONG       AllocatedSizeInBytes;
  ULONG       Count;
  PROPERTYKEY List[1];
} SENSOR_PROPERTY_LIST, *PSENSOR_PROPERTY_LIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SENSOR_PROPERTY_LIST structure

Description

This structure contains a list of all SENSOR_VALUE_PAIR structures for each sensor. This structure is returned by calling ReadFile.

Members

AllocatedSizeInBytes

Represents the number of elements allocated in List.

Count

Represents the number of used entries in List.

List

A list of PROPERTYKEY values.

Remarks

Note that the List[1] parameter is a variable-sized buffer. The first element is a place-holder and may not accurately the buffer size.

The SENSOR_COLLECTION_LIST structure works with the following helper functions: