SENSOR_PROPERTY_LIST_INIT function (sensorsdef.h)

This function initializes a SENSOR_PROPERTY_LIST structure.

Syntax

void SENSOR_PROPERTY_LIST_INIT(
  [out] PSENSOR_PROPERTY_LIST pPropertyList,
  [in]  ULONG                 PropertyListSize
);

Parameters

[out] pPropertyList

The list of PROPERTYKEY elements.

[in] PropertyListSize

The size of pPropertyList.

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header sensorsdef.h

See also

SENSOR_PROPERTY_LIST