IShellUIHelper4::msTrackingProtectionEnabled Method

New for Windows Internet Explorer 9

Determines whether any Tracking Protection lists are enabled by the user.

Syntax

HRESULT msTrackingProtectionEnabled(
    VARIANT_BOOL *pfEnabled
);

Parameters

  • pfEnabled
    [out, retval] Returns VARIANT_TRUE if any Tracking Protection lists are enabled, VARIANT_FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method always returns VARIANT_FALSE on Windows CE.

See Also

IShellUIHelper4::msActiveXFilteringEnabled