.gif)
Adds
a URL to the Favorites Bar.
Syntax
HRESULT AddToFavoritesBar(
BSTR URL,
BSTR Title,
VARIANT *Type
);
Parameters
- URL
-
[in] The URL of the page to add.
- Title
-
[in] The Title for this page.
- Type
-
[in] Pointer to a variable of type VARIANT of type VT_BSTR that specifies one of the following, or NULL.
feed- The content is a Really Simple Syndication (RSS) feed.
slice- The content is a Web Slice.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Caller must specify a non-NULL, non-empty URL and Title,
and can optionally identify the URL as an RSS feed or a Web Slice. If the Type is a feed or slice,
the function will subscribe using the Windows RSS Platform. When subscribing to a feed or a Web Slice, the Title is only used until the data can be retrieved from the server.
If no Type is specified, the item is simply added as a bookmark to the Favorites Bar.
See Also
Subscribing to Content with Web Slices