WWAN_CONTEXT_ROAMING_CONTROL - NtDoc

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

typedef enum _WWAN_CONTEXT_ROAMING_CONTROL {
  WwanContextRoamingControlHomeOnly,
  WwanContextRoamingControlPartnerOnly,
  WwanContextRoamingControlNonPartnerOnly,
  WwanContextRoamingControlHomeAndPartner,
  WwanContextRoamingControlHomeAndNonPartner,
  WwanContextRoamingControlPartnerAndNonPartner,
  WwanContextRoamingControlAllowAll,
  WwanContextRoamingControlMaximum
} WWAN_CONTEXT_ROAMING_CONTROL, *PWWAN_CONTEXT_ROAMING_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_context_roaming_control)

_WWAN_CONTEXT_ROAMING_CONTROL enumeration

Description

The WWAN_CONTEXT_ROAMING_CONTROL enumeration specifies which roaming conditions apply to a provisioned context in a mobile broadband (MBB) modem.

Constants

WwanContextRoamingControlHomeOnly

Indicates that this context is allowed to be used only on the home network.

WwanContextRoamingControlPartnerOnly

Indicates that this context is allowed to be used only on partner roaming networks.

WwanContextRoamingControlNonPartnerOnly

Indicates that this context is allowed to be used only on non-partner roaming networks.

WwanContextRoamingControlHomeAndPartner

Indicates that this context is allowed to be used only on both the home network and on partner roaming networks.

WwanContextRoamingControlHomeAndNonPartner

Indicates that this context is allowed to be used only on both the home network and on non-partner roaming networks.

WwanContextRoamingControlPartnerAndNonPartner

Indicates that this context is allowed to be used only on both partner and non-partner roaming networks.

WwanContextRoamingControlAllowAll

Indicates that this context is allowed on all networks.

WwanContextRoamingControlMaximum

The maximum value for this enumeration.

Remarks

This enumeration is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.

See also

WWAN_CONTEXT_V2

WWAN_SET_CONTEXT_V2