WWAN_IP_CONFIGURATION_FLAGS - NtDoc

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

typedef union {
  ULONG  Value;
  struct {
    ULONG AddressAvailable : 1;
    ULONG GatewayAvailable : 1;
    ULONG DnsServerAvailable : 1;
    ULONG MTUAvailable : 1;
  };
} WWAN_IP_CONFIGURATION_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WWAN_IP_CONFIGURATION_FLAGS structure

Description

The WWAN_IP_CONFIGURATION_FLAGS structure represents flags that describe the availability of the IP address, gateway, DNS server, and/or MTU information of a PDP context.

Members

Value

Reserved. Do not use.

AddressAvailable

An address is available.

GatewayAvailable

A gateway is available.

DnsServerAvailable

A DNS server is available.

MTUAvailable

An MTU is available.

See also

WWAN_IP_CONFIGURATION_FLAGS