IShellUIHelper4::msActiveXFilteringEnabled Method

New for Windows Internet Explorer 9

Determines whether Microsoft ActiveX Filtering is enabled by the user.

Syntax

HRESULT msActiveXFilteringEnabled(
    VARIANT_BOOL *pfEnabled
);

Parameters

  • pfEnabled
    [out, retval] Returns VARIANT_TRUE if ActiveX controls are disallowed, VARIANT_FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IShellUIHelper4::msTrackingProtectionEnabled