INamedEntity::GetValue Method
This method returns the value of the named entity.
Syntax
HRESULT GetValue( LPWSTR *ppszValue );
Parameters
- ppszValue
[out, retval] Returns a pointer to the value of the named entity as a Unicode string. The calling application must free the returned string using CoTaskMemFree.
Return Value
Returns S_OK if successful, or an error value otherwise.