IXFeed::LocalId Method

Returns the GUID associated with this feed.

Syntax

HRESULT LocalId(
    GUID *pguid
);

Parameters

  • pguid
    [out] Address of a variable of type GUID that recieves the ID.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

See Also

IXFeedItem::LocalId