This topic has not yet been rated - Rate this topic

IFeed::LocalId Property

Retrieves the GUID associated with the feed.

Syntax


HRESULT IFeed::get_LocalId(BSTR *feedGuid);

Parameters

feedGuid
Pointer to a variable of type BSTR that receives the GUID.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The LocalId property is assigned by the Feed Download Engine to uniquely identify the feed.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.