FwpsAleEndpointGetById0 function (fwpsk.h)
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.
Syntax
NTSTATUS FwpsAleEndpointGetById0(
[in] HANDLE engineHandle,
[in] UINT64 endpointId,
[out] FWPS_ALE_ENDPOINT_PROPERTIES0 **properties
);
Parameters
[in] engineHandle
A handle for an open session with the filter engine. This handle is obtained when a session is opened by calling FwpmEngineOpen0.
[in] endpointId
The unique endpoint identifier.
[out] properties
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 |
---|---|
|
The function succeeded. |
|
An error occurred. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 7. |
Target Platform | Universal |
Header | fwpsk.h (include Fwpsk.h) |
Library | Fwpkclnt.lib |
IRQL | PASSIVE_LEVEL |