IXFeedsManager::GetFolder Method
Returns a folder from its path.
Syntax
HRESULT GetFolder( LPCWSTR pszPath, REFIID riid, void **ppv );
Parameters
- pszPath
[in] String that specifies the folder path.- riid
[in] IID of the requested interface.- ppv
[out] Address of a pointer variable that receives the specified folder path, or NULL if the folder does not exist.
Return Value
Returns S_OK if successful, or E_NOINTERFACE if the interface is not supported.