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.
1/6/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 |