IsKeyPresentInPropertyList 函式 (sensorsutils.h)
此例程會判斷索引鍵是否存在於屬性清單中。
語法
BOOLEAN IsKeyPresentInPropertyList(
[in] PSENSOR_PROPERTY_LIST pList,
[in] const PROPERTYKEY *pKey
);
參數
[in] pList
PROPERTYKEYs 清單的指標
[in] pKey
PROPERTYKEY 的指標。
傳回值
如果索引鍵存在,此函式會傳回 TRUE,否則傳回 FALSE。
規格需求
需求 | 值 |
---|---|
標頭 | sensorsutils.h |