FwpsAleEndpointGetById0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

NTSTATUS FwpsAleEndpointGetById0(
  [in]  HANDLE                        engineHandle,
  [in]  UINT64                        endpointId,
  [out] FWPS_ALE_ENDPOINT_PROPERTIES0 **properties
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsaleendpointgetbyid0)

FwpsAleEndpointGetById0 function

Description

The FwpsAleEndpointGetById0 function retrieves information about an application layer enforcement (ALE) endpoint.

Note FwpsAleEndpointGetById0 is a specific version of FwpsAleEndpointGetById. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Parameters

engineHandle [in]

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

endpointId [in]

The unique endpoint identifier.

properties [out]

A pointer to an FWPS_ALE_ENDPOINT_PROPERTIES0 structure that contains the properties of the endpoint.

Return value

The FwpsAleEndpointGetById0 function returns one of the following NTSTATUS codes.

Return code Description
STATUS_SUCCESS The function succeeded.
Other status codes An error occurred.

See also

FwpsAleEndpointEnum0

FwpsAleEndpointGetSecurityInfo0

FwpsAleEndpointSetSecurityInfo0