// wwan.h
typedef struct _WWAN_LIST_HEADER {
WWAN_STRUCT_TYPE ElementType;
ULONG ElementCount;
} WWAN_LIST_HEADER, *PWWAN_LIST_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LIST_HEADER structure represents the header of a list of MB objects, including the number of objects in the list that follow the header in memory.
ElementTypeA value from the WWAN_STRUCT_TYPE enumeration that represents the type of objects in the list.
ElementCountThe number of elements in the list. The MB Service uses this information to allocate and reallocate memory for the list.
You can assume that the list of elements is stored in memory immediately following the data structure that contains the list.
NDIS_WWAN_PROVISIONED_CONTEXTS
NDIS_WWAN_SET_PREFERRED_PROVIDERS