IFeedItem2::EffectiveId Property
Retrieves the effective ID for this item.
Syntax
HRESULT IFeedItem2::get_EffectiveId(LONG *effectiveId);
Parameters
- effectiveId
Pointer to a variable of type LONG that receives the ID.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The EffectiveId value is a numeric identifier assigned by the Windows RSS Platform that uniquely identifies the item within the feed.
Note The Windows RSS Platform identifies items by a key that provides a globally universal way of identifying an item. An item will have the same effective ID on two different machines.