INetFwPolicy::get_CurrentProfile 方法 (netfw.h)
[Windows 防火牆 API 可用於需求一節中指定的操作系統。 它在後續版本中可能會變更或無法使用。 針對 Windows Vista 和更新版本,建議使用 具有進階安全性 API 的 Windows 防火牆 。]
擷取目前的防火牆配置檔。
這個屬性是唯讀的。
語法
HRESULT get_CurrentProfile(
INetFwProfile **profile
);
參數
profile
傳回值
無
備註
SharedAccess 服務必須正在執行。
若要取得特定的配置檔物件,請使用 INetFwPolicy::GetProfileByType ,而不是 INetFwPolicy::CurrentProfile。
在 Windows 7 上,netsh 內容 目前 對應至 netsh advfirewall 和 netsh 防火牆的所有目前作用中配置檔。 在舊版 Windows 上, 目前的 對應至最嚴格的配置檔。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista、Windows XP SP2 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 SP1 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | netfw.h |
Dll | FirewallAPI.dll;windows XP sp2 上的 Hnetcfg.dll |