INamedEntity::DefaultPhrase Method

Retrieves a default phrase to use for this named entity in restatements.

Syntax

HRESULT DefaultPhrase(      
    LPWSTR *ppszPhrase
);

Parameters

  • ppszPhrase
    [out, retval] Receives a pointer to the default phrase as a Unicode string. The calling application must free the returned string by calling CoTaskMemFree.

Return Value

Returns S_OK if successful, or an error value otherwise.