WWAN_TAI_LIST_MULTI_PLMN structure (wwan.h)

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

Syntax

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;

Members

ElementCount

The number of elements in the TAI list.

Tais[ANYSIZE_ARRAY]

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

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wwan.h

See also

WWAN_SINGLE_TAI

WWAN_TAI_LIST_SINGLE_PLMN