This topic has not yet been rated - Rate this topic

IFeed::GetItem Method

Returns an IFeedItem object by ID.

Syntax


HRESULT GetItem(
    LONG itemId,
    IDispatch **disp
);

Parameters

itemId
[in] Long integer value that specifies the system-assigned ID of the object to retrieve.
disp
[out, retval] Address of a pointer variable of type IDispatch that receives the feed item or NULL if the item does not exist.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeed::Items
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.