IXFeed::Path Method
Returns the path for the current feed.
Syntax
HRESULT Path( LPWSTR *ppszPath );
Parameters
- ppszPath
[out] Pointer to a string that receives the path of the current feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The user is responsible for freeing the memory with CoTaskMemFree.
See Also