INetFwPolicy2::get_NotificationsDisabled method (netfw.h)

Indicates whether interactive firewall notifications are disabled.

This property is read/write.

Syntax

HRESULT get_NotificationsDisabled(
  NET_FW_PROFILE_TYPE2 profileType,
  VARIANT_BOOL         *disabled
);

Parameters

profileType

disabled

Return value

None

Remarks

When you pass a profile type obtained from the CurrentProfileTypes property, make sure that you pass only one profile type to get_NotificationsDisabled and put_NotificationsDisabled. Note that get_CurrentProfileTypes can return multiple profiles.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwPolicy2