FW_IP_ADDRESS (Windows Embedded CE 6.0)
1/6/2010
This structure specifies the IP address of the host on the private or public side of the firewall.
Syntax
typedef struct _FW_IP_ADDRESS {
USHORT Family;
union
{
IN6_ADDR AddressIPv6;
IN_ADDR AddressIPv4;
};
} FW_IP_ADDRESS, *PFW_IP_ADDRESS;
Members
- Family
Address family.
- AddressIPv6
IPv6 IP address. This is used when the family is AF_INET6.
- AddressIPv4
IPv4 IP address. This is used when the family is AF_INET.
Requirements
Header | fwapi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |