// wwan.h
typedef struct _WWAN_TAI_LIST_SINGLE_PLMN {
WWAN_PLMN Plmn;
UINT32 ElementCount;
UINT32 Tacs[ANYSIZE_ARRAY];
} WWAN_TAI_LIST_SINGLE_PLMN, *PWWAN_TAI_LIST_SINGLE_PLMN;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_TAI_LIST structure represents a list of Tracking Area Codes (TACs) that belong to a single PLMN (the Mobile Country Code (MCC) and Mobile Network Code (MNC)). The TAC values can be consecutive or nonconsecutive.
PlmnA WWAN_PLMN structure that represents the PLMN.
ElementCountThe number of elements in the TAC list.
TacsThe TAC list. The ElementCount field specifies the number of elements.