// wwan.h
typedef struct _WWAN_LTE_ATTACH_CONFIG {
ULONG ElementCount;
WWAN_CONTEXT_V2 LteContextArray[TotalRoamingConditions];
} WWAN_LTE_ATTACH_CONFIG, *PWWAN_LTE_ATTACH_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LTE_ATTACH_CONFIG structure describes default LTE attach contexts for the inserted SIM's provider (MCC/MNC pair).
ElementCountA ULONG value that specifies the number of contexts in LteContextArray.
LteContextArrayAn array of WWAN_CONTEXT_V2 structures that each represent an LTE attach context.
This structure is used in the NDIS_WWAN_LTE_ATTACH_CONTEXTS structure.