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