This method retrieves a single property value. See Table 47 and Table 48.

Table 47. IHRESULT Get Property Value

Parameter

Description

propertyName

Name of the property that you want to read

pPropValue

On exit, contains the property value as a string (This value will be nullptr if there is no such property.)

 

Table 48. IHRESULT Get Property Value Results

HRESULT

Description

S_OK

Property value is retrieved.

E_INVALIDARG

There is no property with the name you provided.

 

Related Topics

ISimpleStringProperties Interface