SENSOR_COLLECTION_LIST structure (sensorsdef.h)

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

Syntax

typedef struct SENSOR_COLLECTION_LIST {
  ULONG             AllocatedSizeInBytes;
  ULONG             Count;
  SENSOR_VALUE_PAIR List[1];
} SENSOR_COLLECTION_LIST, *PSENSOR_COLLECTION_LIST;

Members

AllocatedSizeInBytes

Represents the number of elements allocated in List.

Count

Represents the number of used entries in List.

List[1]

A list of SENSOR_VALUE_PAIR structures.

Remarks

The SENSOR_COLLECTION_LIST structure works with the following helper functions:

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header sensorsdef.h