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