WWAN_IPV4_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_IPV4_ADDRESS {
  ULONG OnLinkPrefixLength;
  UCHAR IPV4Address[4];
} WWAN_IPV4_ADDRESS, *PWWAN_IPV4_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_ipv4_address)

_WWAN_IPV4_ADDRESS structure

Description

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

Members

OnLinkPrefixLength

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

IPV4Address

The IPV4 address of the PDP context.