INetFwPolicy2::p ut_NotificationsDisabled 方法 (netfw.h)

指示是否禁用交互式防火墙通知。

此属性是可读写的。

语法

HRESULT put_NotificationsDisabled(
  NET_FW_PROFILE_TYPE2 profileType,
  VARIANT_BOOL         disabled
);

参数

profileType

disabled

返回值

备注

传递从 CurrentProfileTypes 属性获取的配置文件类型时,请确保仅将一个配置文件类型传递给 get_NotificationsDisabledput_NotificationsDisabled。 请注意, get_CurrentProfileTypes 可以返回多个配置文件。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 netfw.h
DLL FirewallAPI.dll

另请参阅

INetFwPolicy2