WWAN_IPV6_ADDRESS structure (wwan.h)
The WWAN_IPV6_ADDRESS structure represents an IPV6 address of a PDP context.
Syntax
typedef struct _WWAN_IPV6_ADDRESS {
ULONG OnLinkPrefixLength;
UCHAR IPV6Address[16];
} WWAN_IPV6_ADDRESS, *PWWAN_IPV6_ADDRESS;
Members
OnLinkPrefixLength
The length of the prefix or network part of the IP address.
IPV6Address[16]
The IPV6 address of the PDP context.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 8.1 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |