IFeedEnclosure::LocalPath Property
Retrieves the local system path where the enclosure is stored.
Syntax
HRESULT IFeedEnclosure::get_LocalPath(BSTR *localPath);
Parameters
- localPath
Pointer to a variable of type BSTR that receives the local system path of the enclosure.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Caller is responsible for freeing the memory with SysFreeString.