共用方式為


(netfw.h) INetFwProfile 介面

[Windows 防火牆 API 可用於需求一節中指定的操作系統。 它在後續版本中可能會變更或無法使用。 針對 Windows Vista 和更新版本,建議使用 具有進階安全性 API 的 Windows 防火牆 。]

INetFwProfile 介面可讓您存取防火牆設定配置檔。

繼承

INetFwProfile 介面繼承自 IDispatch 介面。 INetFwProfile 也有下列類型的成員:

方法

INetFwProfile 介面具有這些方法。

 
INetFwProfile::get_AuthorizedApplications

擷取配置檔授權應用程式的集合。
INetFwProfile::get_ExceptionsNotAllowed

指出防火牆是否不應該允許例外狀況。 (取得)
INetFwProfile::get_FirewallEnabled

指出防火牆是否已啟用。 (取得)
INetFwProfile::get_GloballyOpenPorts

擷取配置檔全域開啟埠的集合。
INetFwProfile::get_IcmpSettings

擷取配置檔的ICMP設定。
INetFwProfile::get_NotificationsDisabled

指出是否停用互動式防火牆通知。 (INetFwProfile.get_NotificationsDisabled)
INetFwProfile::get_RemoteAdminSettings

指定管理遠端管理的設定。
INetFwProfile::get_Services

擷取配置檔的服務集合。
INetFwProfile::get_Type

指定配置檔的類型。
INetFwProfile::get_UnicastResponsesToMulticastBroadcastDisabled

指出防火牆是否不應允許單播回應多播和廣播流量。 (INetFwProfile.get_UnicastResponsesToMulticastBroadcastDisabled)
INetFwProfile::p ut_ExceptionsNotAllowed

指出防火牆是否不應該允許例外狀況。 (Put)
INetFwProfile::p ut_FirewallEnabled

指出防火牆是否已啟用。 (Put)
INetFwProfile::p ut_NotificationsDisabled

指出是否停用互動式防火牆通知。 (INetFwProfile.put_NotificationsDisabled)
INetFwProfile::p ut_UnicastResponsesToMulticastBroadcastDisabled

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

備註

這個介面的實例是透過 INetFwPolicy 介面的 CurrentProfile 屬性或 GetProfileByType 方法擷取。

所有組態變更都會立即生效。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 SP1 [僅限傳統型應用程式]
目標平台 Windows
標頭 netfw.h

另請參閱

IDispatch

INetFwAuthorizedApplications

INetFwRemoteAdminSettings

IUnknown

InetFwServices