SENSOR_COLLECTION_LIST_SIZE - NtDoc

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

ULONG SENSOR_COLLECTION_LIST_SIZE(
  [in] ULONG Count
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SENSOR_COLLECTION_LIST_SIZE function

Description

This function returns the size of a SENSOR_COLLECTION_LIST structure.

Parameters

Count [in]

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.

See also

SENSOR_COLLECTION_LIST