CUtlProps::GetPropValue

HRESULT GetPropValue( const GUID* pguidPropSet, DBPROPID dwPropId, VARIANT* pvValue );

Return Value

Failure on failure and S_OK if successful.

Parameters

pguidPropSet

[in] The GUID for the PropSet.

dwPropId

[in] The property index.

pvValue

[out] A pointer to a variant that contains the new property value.

Remarks

Gets a property from a property set.

CUtlProps OverviewClass Members