WWAN_TAI_LIST_MULTI_PLMN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_tai_list_multi_plmn)

Description

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)).

Members

ElementCount

The number of elements in the TAI list.

Tais

A list of WWAN_SINGLE_TAI structures. The ElementCount field specifies the number of elements.

Remarks

See also

WWAN_SINGLE_TAI

WWAN_TAI_LIST_SINGLE_PLMN