// 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 referenceNo description available.
The FWPS_CONNECTION_POLICY0 structure defines the connection policy for outbound network connections.
localAddressThe local address of the outbound connection. This is an IPV4 or IPV6 address and TCP/UDP port formatted as a SOCKADDR_STORAGE structure.
nextHopAddressThe next hop address for the outbound connection. This is an IPV4 or IPV6 address and TCP/UDP port formatted as a SOCKADDR_STORAGE structure.
interfaceLuidThe locally unique identifier (LUID) for the network interface used for the outbound connection.