共用方式為


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

指出防火牆是否不應允許單播回應多播和廣播流量。

這是可讀寫的屬性。

語法

HRESULT put_UnicastResponsesToMulticastBroadcastDisabled(
  NET_FW_PROFILE_TYPE2 profileType,
  VARIANT_BOOL         disabled
);

參數

profileType

disabled

傳回值

備註

如果電腦傳送廣播封包,則允許單播回應三秒。 使用這個屬性來變更此行為。

當您傳遞從 CurrentProfileTypes 屬性取得的配置檔類型 (get_CurrentProfileTypes) 時,請確定您只傳遞一個設定檔類型給 get_UnicastResponsesToMulticastBroadcastDisabledput_UnicastResponsesToMulticastBroadcastDisabled。 請注意, get_CurrentProfileTypes 可以傳回多個配置檔。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 netfw.h (包括 FirewallAPI.h、Netfw.h)
Dll Wfapi.dll

另請參閱

INetFwPolicy2