WWAN_LTE_ATTACH_CONFIG structure (wwan.h)
The WWAN_LTE_ATTACH_CONFIG structure describes default LTE attach contexts for the inserted SIM's provider (MCC/MNC pair).
Syntax
typedef struct _WWAN_LTE_ATTACH_CONFIG {
ULONG ElementCount;
WWAN_CONTEXT_V2 LteContextArray[TotalRoamingConditions];
} WWAN_LTE_ATTACH_CONFIG, *PWWAN_LTE_ATTACH_CONFIG;
Members
ElementCount
A ULONG value that specifies the number of contexts in LteContextArray.
LteContextArray[TotalRoamingConditions]
An array of WWAN_CONTEXT_V2 structures that each represent an LTE attach context.
Remarks
This structure is used in the NDIS_WWAN_LTE_ATTACH_CONTEXTS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |