WWAN_LADN_LIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_ladn_list)

Description

The WWAN_LADN_LIST structure represents a list of Local Area Data Networks (LADNs).

Members

ElementCount

The number of elements in the LADN list.

Ladns

An array of WWAN_LADN structures that represent the LADN list.

Remarks

See also

WWAN_LADN