WWAN_TAI_LIST structure (wwan.h)
The WWAN_TAI_LIST structure represents one or more Tracking Area Identity (TAI) lists.
Syntax
typedef struct _WWAN_TAI_LIST {
WWAN_STRUCT_TYPE TaiListType;
BYTE DataBuffer[ANYSIZE_ARRAY];
} WWAN_TAI_LIST, *PWWAN_TAI_LIST;
Members
TaiListType
A value from the WWAN_STRUCT_TYPE enumeration that represents the type of the TAI list.
DataBuffer[ANYSIZE_ARRAY]
The TAI list data. The format is either WWAN_TAI_LIST_SINGLE_PLMN or WWAN_TAI_LIST_MULTI_PLMN.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | wwan.h |