WWAN_IPV4_ADDRESS structure (wwan.h)

The WWAN_IPV4_ADDRESS structure represents an IPV4 address of a PDP context.

Syntax

typedef struct _WWAN_IPV4_ADDRESS {
  ULONG OnLinkPrefixLength;
  UCHAR IPV4Address[4];
} WWAN_IPV4_ADDRESS, *PWWAN_IPV4_ADDRESS;

Members

OnLinkPrefixLength

The length of the prefix or network part of the IP address of the PDP context.

IPV4Address[4]

The IPV4 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)