Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the current folder.
Syntax
HRESULT Name( LPWSTR *ppszName );
Parameters
- ppszName
[out] Pointer to a string that receives the name of the current folder.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Use IXFeedFolder::Rename to change the name of the current folder.
The user is responsible for freeing the memory with CoTaskMemFree.