Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure encapsulates an IPv6 address.

Syntax

typedef struct rilndisipv6addr_tag {
  union
	{
	UCHAR 
Byte[IPV6_ADDRESS_LENGTH_IN_UCHAR];
	USHORT 
Word[IPV6_ADDRESS_LENGTH_IN_USHORT];
};
} RILNDISIPV6ADDR, *LPRILNDISIPV6ADDR;

Members

Byte

IPv6 address, represented as an unsigned character.

Word

IPv6 address, represented as an unsigned short integer.

Requirements

Header ril.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Other Resources

CellCore