IXFeed2::GetItemByEffectiveId Method

New for Windows Internet Explorer 8

Retrieves a feed item referenced by its effective ID.

Syntax

HRESULT GetItemByEffectiveId(
    UINT uiEffectiveId,
    REFIID riid,
    void **ppv
);

Parameters

  • uiEffectiveId
    [in]  The effective ID of the object to retrieve.
  • riid
    [in]  The GUID for the feed item specified by ppv.
  • ppv
    [out]  A pointer to the feed item if the item exists; otherwise, NULL.

Return Value

Possible values include, but are not limited to, those in the following table.

S_OK The method succeeded.
E_NOINTERFACE The interface is not supported.

See Also

IXFeed::Items