FwpsAleEndpointSetSecurityInfo0 function (fwpsu.h)

Sets security information about the application layer enforcement (ALE) endpoint enumeration session.

Note

FwpsAleEndpointSetSecurityInfo0 is a specific version of FwpsAleEndpointSetSecurityInfo. For more info, see WFP version-independent names and targeting specific versions of Windows.

Syntax

DWORD FwpsAleEndpointSetSecurityInfo0(
  HANDLE               engineHandle,
  SECURITY_INFORMATION securityInfo,
  const SID            *sidOwner,
  const SID            *sidGroup,
  const ACL            *dacl,
  const ACL            *sacl
);

Parameters

engineHandle

A handle for an open session with the filter engine. This handle is obtained when a session is opened by calling FwpmEngineOpen0.

securityInfo

A set of security information flags. For more information, see the SECURITY_INFORMATION description in the Installable File Systems driver documentation.

sidOwner

The security identifier of the security owner.

sidGroup

The security identifier of the security group.

dacl

The discretionary access control list.

sacl

The system access control list.

Requirements

Requirement Value
Header fwpsu.h