Ipv6Address structure (naptypes.h)

Note  The Network Access Protection platform is not available starting with Windows 10
 
The Ipv6Address structure defines an IPv6 address.

Syntax

typedef struct tagIpv6Address {
  BYTE addr[16];
} Ipv6Address;

Members

addr[16]

An array that contains an IPv6 network address in network byte order.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header naptypes.h

See also

NAP Reference

NAP Structures