IXFeed::Name Method
Returns the display name of the feed.
Syntax
HRESULT Name( LPWSTR *ppszName );
Parameters
- ppszName
[out] Pointer to a string that receives the name of the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The Name return is distinct from the Title return. The feed name is used both as the display name for the feed and the name of the directory where the feed items are cached.
The user is responsible for freeing the memory with CoTaskMemFree.
See Also