FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0 structure (fwpstypes.h)

The FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0 structure specifies a template for application layer enforcement (ALE) endpoints to be enumerated.

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

Syntax

typedef struct FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0_ {
  FWP_CONDITION_VALUE0 localSubNet;
  FWP_CONDITION_VALUE0 remoteSubNet;
  FWP_CONDITION_VALUE0 ipProtocol;
  FWP_CONDITION_VALUE0 localPort;
  FWP_CONDITION_VALUE0 remotePort;
} FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0;

Members

localSubNet

The local subnet portion of the enumeration template.

remoteSubNet

The remote subnet portion of the enumeration template.

ipProtocol

The IP protocol portion of the enumeration template.

localPort

The local port portion of the enumeration template.

remotePort

The remote port portion of the enumeration template.

Remarks

This structure can be used to narrow the results when enumerating endpoints. If used, it is specified when the enumeration handle is created by calling FwpsAleEndpointCreateEnumHandle0. Any populated members are used to limit the enumeration results returned by FwpsAleEndpointEnum0.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 7.
Header fwpstypes.h (include Fwpsk.h)

See also

FwpsAleEndpointCreateEnumHandle0

FwpsAleEndpointEnum0