Platform SDK: Network Management

IPNG_ADDRESS

The IPNG_ADDRESS union provides Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) addresses.

typedef union _IPNG_ADDRESS {
  DWORD   IpAddrV4;
  BYTE    IpAddrV6[16];
} IPNG_ADDRESS, *PIPNG_ADDRESS;

Members

IpAddrV4
Internet Protocol (IP) address, in version 4 format (IPv4).
IpAddrV6
Internet Protocol (IP) address, in version 6 format (IPv6).

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Madcapcl.h.