struct _IP_ADDRESS_V6
{
unsigned long m_AddressType;
union
{
IP_SUBNET_V6 m_IpSubnet;
IP_RANGE_V6 m_IpRange;
};
};
m_AddressType
Specifies which of the IP v6 address types is used below. Must be set to IP_SUBNET_V6_TYPE
or IP_RANGE_V6_TYPE
m_IpSubnet
IPv6 address expressed as a network address
m_AddressType
IPv6 address expressed as the range of the addresses