Funzione IsKeyPresentInPropertyList (sensorsutils.h)
Questa routine determina se una chiave è presente in un elenco di proprietà.
Sintassi
BOOLEAN IsKeyPresentInPropertyList(
[in] PSENSOR_PROPERTY_LIST pList,
[in] const PROPERTYKEY *pKey
);
Parametri
[in] pList
Puntatore all'elenco di PROPERTYKEYs
[in] pKey
Puntatore a PROPERTYKEY.
Valore restituito
Questa funzione restituisce TRUE se la chiave è presente, FALSE in caso contrario.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sensorsutils.h |