INetFwPolicy2::p ut_DefaultInboundAction 方法 (netfw.h)
指定入站流量的默认操作。 这些设置默认为“阻止”。
此属性是可读写的。
语法
HRESULT put_DefaultInboundAction(
NET_FW_PROFILE_TYPE2 profileType,
NET_FW_ACTION action
);
参数
profileType
action
返回值
无
备注
所有接口都启用了防火墙。 这意味着将忽略配置文件中指定的所有异常 (,例如 GloballyOpenPorts、Applications 或 Services) ,并且仅允许本地启动的流量。
传递从 CurrentProfileTypes 属性获取的配置文件类型时,请确保仅将一个配置文件类型传递给 get_DefaultInboundAction 并 put_DefaultInboundAction。 请注意, get_CurrentProfileTypes 可以返回多个配置文件。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | netfw.h |
DLL | FirewallAPI.dll |