IFeedFolder::Path Property
Retrieves the path of the current folder.
Syntax
HRESULT IFeedFolder::get_Path(BSTR *folderPath);
Parameters
- folderPath
Pointer to a variable of type BSTR that receives the path of the current folder.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The calling process is responsible for freeing the memory with SysFreeString.