// 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 referenceNo description available.
The WWAN_TAI_LIST structure represents one or more Tracking Area Identity (TAI) lists.
TaiListTypeA value from the WWAN_STRUCT_TYPE enumeration that represents the type of the TAI list.
DataBufferThe TAI list data. The format is either WWAN_TAI_LIST_SINGLE_PLMN or WWAN_TAI_LIST_MULTI_PLMN.