SENSOR_COLLECTION_LIST_SIZE function (sensorsdef.h)

This function returns the size of a SENSOR_COLLECTION_LIST structure.

Syntax

ULONG SENSOR_COLLECTION_LIST_SIZE(
  [in] ULONG Count
);

Parameters

[in] Count

The number of SENSOR_VALUE_PAIR elements in the SENSOR_COLLECTION_LIST.

Return value

The SENSOR_COLLECTION_LIST_SIZE function returns a ULONG value that represents the size of the list of sensor-value pairs.

Requirements

Requirement Value
Target Platform Desktop
Header sensorsdef.h

See also

SENSOR_COLLECTION_LIST