IXFeedFolder::GetFeed Method
Returns a feed by its name.
Syntax
HRESULT GetFeed( LPCWSTR pszName, REFIID riid, void **ppv );
Parameters
- pszName
[in] String that specifies the name of the feed.- riid
[in] IID of the requested interface.- ppv
[out] Address of a pointer variable that receives the specified feed or NULL if the feed does not exist.
Return Value
Returns S_OK if successful, or E_NOINTERFACE if the interface is not supported.
See Also