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
반환 코드/값 | 설명 |
---|---|
|
보안 정보가 성공적으로 설정되었습니다. |
|
WFP(Windows 필터링 플랫폼) 관련 오류입니다. 자세한 내용은 WFP 오류 코드를 참조하세요 . |
|
원격 또는 로컬 방화벽 엔진과 통신하지 못했습니다. |
설명
이 함수는 표준 Win32 SetSecurityInfo 함수처럼 동작합니다. 호출자는 SetSecurityInfo 참조 항목에 설명된 것과 동일한 표준 액세스 권한이 필요합니다.
IPsecDospSetSecurityInfo0 은 IPsecDospSetSecurityInfo의 특정 구현입니다. 자세한 내용은 WFP Version-Independent 이름 및 특정 버전의 Windows 대상 지정 을 참조하세요.
요구 사항
지원되는 최소 클라이언트 | Windows 7 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | fwpmu.h |
라이브러리 | Fwpuclnt.lib |
DLL | Fwpuclnt.dll |