IXFeed::Parent Method

Returns the parent folder of the feed.

Syntax

HRESULT Parent(
    REFIID riid,
    void **ppv
);

Parameters

  • riid
    [in] IID of the requested interface.
  • ppv
    [out] Address of a pointer of variable that receives the parent folder for the feed.

Return Value

Returns S_OK if successful, or E_NOINTERFACE if the interface is not supported.