WWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL - NtDoc

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

typedef enum _WWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL {
  WwanContextLteAttachRoamingControlHome,
  WwanContextLteAttachRoamingControlPartner,
  WwanContextLteAttachRoamingControlNonPartner,
  WwanContextLteAttachRoamingControlMaximum
} WWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL, *PWWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL enumeration

Description

The WWAN_CONTEXT_LTE_ATTACH_ROAMING_CONTROL enumeration specifies which roaming conditions apply to an LTE attach context in a mobile broadband (MBB) modem.

Constants

WwanContextLteAttachRoamingControlHome

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

WwanContextLteAttachRoamingControlPartner

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

WwanContextLteAttachRoamingControlNonPartner

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

WwanContextLteAttachRoamingControlMaximum

The maximum value for this enumeration.

Remarks

See also

MB LTE Attach Operations