SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT - NtDoc

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

ULONG SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT(
  [in] PSENSOR_PROPERTY_LIST pPropertyList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT function

Description

This function calculates the number of PROPERTYKEY elements.

Parameters

pPropertyList [in]

A pointer to a SENSOR_PROPERTY_LIST structure.

Return value

The SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT function returns a ULONG value that represents the number of PROPERTYKEY elements.

See also

SENSOR_PROPERTY_LIST