PropKeyFindKeyGetDouble - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsutils.h

NTSTATUS PropKeyFindKeyGetDouble(
  [in]  const SENSOR_COLLECTION_LIST *pList,
  [in]  const PROPERTYKEY            *pKey,
  [out] double                       *pRetValue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-propkeyfindkeygetdouble)

PropKeyFindKeyGetDouble function

Description

This routine gets a double precision floating point value from a PROPVARIANT within a collection list based on the PROPERTYKEY.

Parameters

pList [in]

Pointer to the list of PROPVARIANT collection.

pKey [in]

Pointer to a PROPERTYKEY for the target PROPVARIANT.

pRetValue [out]

Pointer to a PROPERTYKEY for the target PROPVARIANT.

Return value

This function returns an NTSTATUS code that represents:

Remarks

See also