This topic has not yet been rated - Rate this topic

IFeed::LocalEnclosurePath Property

Retrieves the file system path where enclosures for the feed are downloaded.

Syntax


HRESULT IFeed::get_LocalEnclosurePath(BSTR *path);

Parameters

path
Pointer to a variable of type BSTR that receives the enclosure path for this 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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.