SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT function (sensorsdef.h)

This function calculates the number of SENSOR_VALUE_PAIR elements in a SENSOR_COLLECTION_LIST structure.

Syntax

ULONG SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT(
  [in] PSENSOR_COLLECTION_LIST pCollectionList
);

Parameters

[in] pCollectionList

A pointer to a SENSOR_COLLECTION_LIST structure.

Return value

The SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT function returns a ULONG value.

Requirements

Requirement Value
Target Platform Desktop
Header sensorsdef.h

See also

SENSOR_COLLECTION_LIST

SENSOR_VALUE_PAIR