Condividi tramite


struttura WWAN_LADN_LIST (wwan.h)

La struttura WWAN_LADN_LIST rappresenta un elenco di reti dati locali (LADN).

Sintassi

typedef struct _WWAN_LADN_LIST {
  UINT32    ElementCount;
  WWAN_LADN Ladns[ANYSIZE_ARRAY];
} WWAN_LADN_LIST, *PWWAN_LADN_LIST;

Membri

ElementCount

Numero di elementi nell'elenco LADN.

Ladns[ANYSIZE_ARRAY]

Matrice di strutture WWAN_LADN che rappresentano l'elenco LADN.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11, versione 22H2
intestazione wwan.h

Vedere anche

WWAN_LADN