// wwan.h
typedef struct _WWAN_REJECTED_SNSSAI_LIST {
UINT32 ElementCount;
WWAN_REJECTED_SNSSAI Snssais[ANYSIZE_ARRAY];
} WWAN_REJECTED_SNSSAI_LIST, *PWWAN_REJECTED_SNSSAI_LIST;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_REJECTED_SNSSAI_LIST structure represents a list of single Network Slice Selection Assistance Information (S-NSSAIs) that are not allowed in the current PLMN or registration area.
ElementCountThe number of elements in the rejected S-NSSAIs list.
SnssaisAn array of WWAN_SINGLE_NSSAI structures that represent the rejected S-NSSAIs.