// wwan.h
typedef struct _WWAN_TAI_LIST_MULTI_PLMN {
UINT32 ElementCount;
WWAN_SINGLE_TAI Tais[ANYSIZE_ARRAY];
} WWAN_TAI_LIST_MULTI_PLMN, *PWWAN_TAI_LIST_MULTI_PLMN;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_TAI_LIST_MULTI_PLMN structure represents a list of Tracking Area Identities (TAIs) that belong to different PLMNs (the Mobile Country Code (MCC) and Mobile Network Code (MNC)).
ElementCountThe number of elements in the TAI list.
TaisA list of WWAN_SINGLE_TAI structures. The ElementCount field specifies the number of elements.