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.
Retrieves information about an application layer enforcement (ALE) endpoint.
Note
FwpsAleEndpointGetById0 is a specific version of FwpsAleEndpointGetById. For more info, see WFP version-independent names and targeting specific versions of Windows.
Syntax
DWORD FwpsAleEndpointGetById0(
HANDLE engineHandle,
UINT64 endpointId,
FWPS_ALE_ENDPOINT_PROPERTIES0 **properties
);
Parameters
engineHandle
A handle for an open session with the filter engine. This handle is obtained when a session is opened by calling FwpmEngineOpen0.
endpointId
The unique endpoint identifier.
properties
A pointer to an FWPS_ALE_ENDPOINT_PROPERTIES0 structure that contains the properties of the endpoint.
Requirements
| Requirement | Value |
|---|---|
| Header | fwpsu.h |
| Library | fwpuclnt.lib |