IFeed2::GetItemByEffectiveId Method
Retrieves a feed item referenced by its effective ID.
Syntax
HRESULT GetItemByEffectiveId( LONG itemEffectiveId, IDispatch **disp );
Parameters
- itemEffectiveId
[in] The effective ID of the object to retrieve.- disp
[out, retval] A pointer to a variable of type IDispatch that receives the feed item if it exists; otherwise, NULL.
Return Value
Possible values include, but are not limited to the following.
S_OK The method succeeded. E_NOINTERFACE The interface is not supported.
See Also