Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure represents a host by its IPv6 address.
struct in6_addr {union {u_charByte[16];u_shortWord[8];} u;};
Members
- Byte
Host address formatted as 16 u_chars. - Word
Host address formatted as 8 u_shorts.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Ws2tcpip.h.
See Also
Send Feedback on this topic to the authors