WWAN_TAI_LIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_TAI_LIST {
  WWAN_STRUCT_TYPE TaiListType;
  BYTE             DataBuffer[ANYSIZE_ARRAY];
} WWAN_TAI_LIST, *PWWAN_TAI_LIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WWAN_TAI_LIST structure represents one or more Tracking Area Identity (TAI) lists.

Members

TaiListType

A value from the WWAN_STRUCT_TYPE enumeration that represents the type of the TAI list.

DataBuffer

The TAI list data. The format is either WWAN_TAI_LIST_SINGLE_PLMN or WWAN_TAI_LIST_MULTI_PLMN.

Remarks

See also

WWAN_STRUCT_TYPE

WWAN_TAI_LIST_SINGLE_PLMN

WWAN_TAI_LIST_MULTI_PLMN