// sensorsdef.h
ULONG SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT(
[in] PSENSOR_PROPERTY_LIST pPropertyList
);
View the official Windows Driver Kit DDI referenceNo description available.
This function calculates the number of PROPERTYKEY elements.
pPropertyList [in]A pointer to a SENSOR_PROPERTY_LIST structure.
The SENSOR_PROPERTY_LIST_CALCULATE_MAX_COUNT function returns a ULONG value that represents the number of PROPERTYKEY elements.