SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT - NtDoc

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

ULONG SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT(
  [in] PSENSOR_COLLECTION_LIST pCollectionList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsdef-sensor_collection_list_calculate_max_count)

SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT function

Description

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

Parameters

pCollectionList [in]

A pointer to a SENSOR_COLLECTION_LIST structure.

Return value

The SENSOR_COLLECTION_LIST_CALCULATE_MAX_COUNT function returns a ULONG value.

See also

SENSOR_COLLECTION_LIST

SENSOR_VALUE_PAIR