// wwan.h
typedef struct _WWAN_LADN_LIST {
UINT32 ElementCount;
WWAN_LADN Ladns[ANYSIZE_ARRAY];
} WWAN_LADN_LIST, *PWWAN_LADN_LIST;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LADN_LIST structure represents a list of Local Area Data Networks (LADNs).
ElementCountThe number of elements in the LADN list.
LadnsAn array of WWAN_LADN structures that represent the LADN list.