Sets a new long name for the document.
Syntax
HRESULT SetLongName( LPCOLESTR pszLongName );
Parameters
- pszLongName
- [out] Address of a string that contains the name of the document. The document name can be longer than the 8.3 convention.
Return Value
Returns S_OK if successful, or an error code otherwise.