INetFwPolicy2::p ut_DefaultInboundAction 方法 (netfw.h)
指定輸入流量的預設動作。 這些設定預設為 [封鎖]。
這是可讀寫的屬性。
語法
HRESULT put_DefaultInboundAction(
NET_FW_PROFILE_TYPE2 profileType,
NET_FW_ACTION action
);
參數
profileType
action
傳回值
無
備註
所有介面都已啟用防火牆。 這表示會忽略配置檔中指定的所有例外狀況 (,例如 GloballyOpenPorts、Applications 或服務) ,而且只允許本機起始的流量。
當您傳遞從 CurrentProfileTypes 屬性取得的配置檔類型時,請確定您只將一個配置檔類型傳遞至 get_DefaultInboundAction 和 put_DefaultInboundAction。 請注意, get_CurrentProfileTypes 可以傳回多個配置檔。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | netfw.h |
Dll | FirewallAPI.dll |