NavigateToSuggestedSites method

Not supported. Initiates a navigation request to Suggested Sites service that includes recent entries from browser history.

 

Syntax

HRESULT retVal = object.NavigateToSuggestedSites(bstrRelativeUrl);

Parameters

  • bstrRelativeUrl [in]
    Type: BSTR

    A BSTR that specifies the service URL.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
E_ACCESSDENIED

The operation is not allowed.

 

Remarks

This method is available only on Suggested Sites service page.

See also

Reference

IShellUIHelper3::IsSuggestedSitesEnabled

IShellUIHelper3::EnableSuggestedSites