IPNG_ADDRESS union (madcapcl.h)

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

Syntax

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[16]

Internet Protocol (IP) address, in version 6 format (IPv6).

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header madcapcl.h

See also

MCAST_CLIENT_UID

MCAST_LEASE_REQUEST

MCAST_LEASE_RESPONSE

MCAST_SCOPE_CTX

MCAST_SCOPE_ENTRY

McastApiCleanup

McastApiStartup

McastEnumerateScopes

McastGenUID

McastReleaseAddress

McastRenewAddress

McastRequestAddress