Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FwpsAleEndpointGetById0 function retrieves information about an application layer enforcement (ALE) endpoint.
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 |