WWAN_UMTS_MRL struttura (wwan.h)
La struttura WWAN_UMTS_MRL contiene l'elenco dei risultati misurati (MRL) delle celle UMTS adiacenti.
Sintassi
typedef struct _WWAN_UMTS_MRL {
ULONG ElementCount;
BYTE UMTSMrl[ANYSIZE_ARRAY];
} WWAN_UMTS_MRL, *PWWAN_UMTS_MRL;
Members
ElementCount
Conteggio delle voci MRL che seguono questo membro.
UMTSMrl[ANYSIZE_ARRAY]
Matrice di record MRL, ognuno specificato come struttura WWAN_UMTS_MRL_INFO .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Intestazione | wwan.h (include Wwan.h) |