WWAN_LADN_LIST structure (wwan.h)
The WWAN_LADN_LIST structure represents a list of Local Area Data Networks (LADNs).
Syntax
typedef struct _WWAN_LADN_LIST {
UINT32 ElementCount;
WWAN_LADN Ladns[ANYSIZE_ARRAY];
} WWAN_LADN_LIST, *PWWAN_LADN_LIST;
Members
ElementCount
The number of elements in the LADN list.
Ladns[ANYSIZE_ARRAY]
An array of WWAN_LADN structures that represent the LADN list.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | wwan.h |