PropKeyFindKeySetPropVariant - NtDoc

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

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

NtDoc

No description available.

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

PropKeyFindKeySetPropVariant function

Description

This routine finds and sets the 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.

TypeCheck [in]

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

pValue [in]

Pointer to the target PROPVARIANT.

Return value

This function returns one of the following NTSTATUS codes:

Remarks

See also