IXFeed::Title Method

Returns the title from the feed.

Syntax

HRESULT Title(
    LPWSTR *ppszTitle
);

Parameters

  • ppszTitle
    [out] Pointer to a string that receives the title of the feed.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Title is a required feed element.

The user is responsible for freeing the memory with CoTaskMemFree.

See Also

IXFeed::Name