// wwan.h
typedef struct _WWAN_CDMA_MRL {
ULONG ElementCount;
BYTE CDMAMrl[ANYSIZE_ARRAY];
} WWAN_CDMA_MRL, *PWWAN_CDMA_MRL;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_CDMA_MRL structure represents the measured results list (MRL) of both serving and neighboring CDMA cells.
ElementCountThe count of MRL entries following this member.
CDMAMrlThe array of MRL records, each specified as a WWAN_CDMA_MRL_INFO structure.
MB base stations information query support