IsKeyPresentInPropertyList 函数 (sensorsutils.h)
此例程确定属性列表中是否存在键。
语法
BOOLEAN IsKeyPresentInPropertyList(
[in] PSENSOR_PROPERTY_LIST pList,
[in] const PROPERTYKEY *pKey
);
参数
[in] pList
指向 PROPERTYKEY 列表的指针
[in] pKey
指向 PROPERTYKEY 的指针。
返回值
如果键存在,则此函数返回 TRUE,否则返回 FALSE。
要求
要求 | 值 |
---|---|
Header | sensorsutils.h |