IsKeyPresentInCollectionList 函式 (sensorsutils.h)
此例程會判斷集合清單中是否有索引鍵。
語法
BOOLEAN IsKeyPresentInCollectionList(
[in] PSENSOR_COLLECTION_LIST pList,
[in] const PROPERTYKEY *pKey
);
參數
[in] pList
集合清單的指標。
[in] pKey
PROPERTYKEY 的指標。
傳回值
如果索引鍵存在,此函式會傳回 TRUE。
要求
要求 | 價值 |
---|---|
標頭 | sensorsutils.h |