SENSOR_PROPERTY_LIST_INIT 函数 (sensorsdef.h)

此函数初始化 SENSOR_PROPERTY_LIST 结构。

语法

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

参数

[out] pPropertyList

PROPERTYKEY 元素的列表。

[in] PropertyListSize

pPropertyList 的大小。

返回值

要求

要求
目标平台 桌面
标头 sensorsdef.h

另请参阅

SENSOR_PROPERTY_LIST