IPsecDospSetSecurityInfo0 函式 (fwpmu.h)
IPsecDospSetSecurityInfo0函式會在 IPsec DoS Protection 資料庫的安全性描述項中設定指定的安全性資訊。
語法
DWORD IPsecDospSetSecurityInfo0(
[in] HANDLE engineHandle,
[in] SECURITY_INFORMATION securityInfo,
[in, optional] const SID *sidOwner,
[in, optional] const SID *sidGroup,
[in, optional] const ACL *dacl,
[in, optional] const ACL *sacl
);
參數
[in] engineHandle
類型: HANDLE
篩選引擎開啟會話的控制碼。 呼叫 FwpmEngineOpen0 以開啟篩選引擎的會話。
[in] securityInfo
要設定的安全性資訊類型。
[in, optional] sidOwner
類型:const SID*
在安全性描述元中設定的擁有者安全性識別碼 (SID) 。
[in, optional] sidGroup
類型:const SID*
要設定于安全性描述元中的群組 SID。
[in, optional] dacl
類型:const ACL*
要設定于安全性描述項中的任意存取控制清單 (DACL) 。
[in, optional] sacl
類型:const ACL*
系統存取控制清單 (要設定于安全性描述項中的 SACL) 。
傳回值
類型: DWORD
傳回碼/值 | 描述 |
---|---|
|
已成功設定安全性資訊。 |
|
Windows 篩選平台 () 特定錯誤。 如需詳細資料,請參閱 一併參閱其錯誤碼 。 |
|
無法與遠端或本機防火牆引擎通訊。 |
備註
此函式的行為類似于標準 Win32 SetSecurityInfo 函 式。 呼叫端需要與 SetSecurityInfo 參考主題中所述相同的標準存取權限。
IPsecDospSetSecurityInfo0 是 IPsecDospSetSecurityInfo 的特定實作。 如需詳細資訊 ,請參閱 Version-Independent 名稱和以特定 Windows 版本為目標 。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | fwpmu.h |
程式庫 | Fwpuclnt.lib |
Dll | Fwpuclnt.dll |