IsSuggestedSitesEnabled method

Not supported. Determines whether Suggested Sites feature is enabled.

 

Syntax

HRESULT retVal = object.IsSuggestedSitesEnabled(pfEnabled);

Parameters

  • pfEnabled [out, retval]
    Type: VARIANT_BOOL

    Returns VARIANT_TRUE if the feature is enabled; VARIANT_FALSE otherwise.

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::EnableSuggestedSites

IShellUIHelper3::NavigateToSuggestedSites