SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT function (sensorsdef.h)

This function calculates the number of PROPERTYKEY elements.

Syntax

ULONG SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT(
  [in] PSENSOR_PROPERTY_LIST pPropertyList
);

Parameters

[in] pPropertyList

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.

Requirements

Requirement Value
Target Platform Desktop
Header sensorsdef.h

See also

SENSOR_PROPERTY_LIST