// fwpsk.h
NTSTATUS FwpsAleEndpointGetById0(
[in] HANDLE engineHandle,
[in] UINT64 endpointId,
[out] FWPS_ALE_ENDPOINT_PROPERTIES0 **properties
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
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.
The FwpsAleEndpointGetById0 function returns one of the following NTSTATUS codes.
| Return code | Description |
|---|---|
| STATUS_SUCCESS | The function succeeded. |
| Other status codes | An error occurred. |
FwpsAleEndpointGetSecurityInfo0
FwpsAleEndpointSetSecurityInfo0