Share via


in6_addr (Windows CE 5.0)

Send Feedback

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

sockaddr_in6

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.