FWPS_CONNECTION_POLICY0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

typedef struct _FWPS_CONNECTION_POLICY0 {
  SOCKADDR_STORAGE localAddress;
  SOCKADDR_STORAGE nextHopAddress;
  IF_LUID          interfaceLuid;
} FWPS_CONNECTION_POLICY0;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-fwpsk-fwps_connection_policy0)

Description

The FWPS_CONNECTION_POLICY0 structure defines the connection policy for outbound network connections.

Members

localAddress

The local address of the outbound connection. This is an IPV4 or IPV6 address and TCP/UDP port formatted as a SOCKADDR_STORAGE structure.

nextHopAddress

The next hop address for the outbound connection. This is an IPV4 or IPV6 address and TCP/UDP port formatted as a SOCKADDR_STORAGE structure.

interfaceLuid

The locally unique identifier (LUID) for the network interface used for the outbound connection.

Remarks

See also

SOCKADDR_STORAGE