INamedEntity::DefaultPhrase Method
Returns a default phrase to use for this named entity in restatements.
Syntax
HRESULT DefaultPhrase( LPWSTR *ppszPhrase );
Parameters
- ppszPhrase
[out, retval] Returns a pointer to the default phrase 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.