// wwan.h
typedef struct _WWAN_UMTS_MRL {
ULONG ElementCount;
BYTE UMTSMrl[ANYSIZE_ARRAY];
} WWAN_UMTS_MRL, *PWWAN_UMTS_MRL;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_UMTS_MRL structure contains the measured results list (MRL) of neighboring UMTS cells.
ElementCountThe count of MRL entries following this member.
UMTSMrlThe array of MRL records, each specified as a WWAN_UMTS_MRL_INFO structure.
MB base stations information query support