WWAN_TAI_LIST_SINGLE_PLMN - NtDoc

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

NtDoc

No description available.

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

Description

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.

Members

Plmn

A WWAN_PLMN structure that represents the PLMN.

ElementCount

The number of elements in the TAC list.

Tacs

The TAC list. The ElementCount field specifies the number of elements.

Remarks

See also

WWAN_PLMN

WWAN_TAI_LIST_MULTI_PLMN