PropKeyFindKeyGetPropVariant - NtDoc

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

NTSTATUS PropKeyFindKeyGetPropVariant(
  [in]     const SENSOR_COLLECTION_LIST *pList,
  [in]     const PROPERTYKEY            *pKey,
  [in]     BOOLEAN                      TypeCheck,
  [in/out] PROPVARIANT                  *pValue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PropKeyFindKeyGetPropVariant function

Description

This routine finds the PROPVARIANT from 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.

TypeCheck [in]

If TRUE, the function validates whether a pValue type matches one of the value types found in pList.

pValue [in/out]

Pointer to the target PROPVARIANT.

Return value

This function returns one of the following NTSTATUS codes:

Remarks

See also