WWAN_CDMA_MRL - NtDoc

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

NtDoc

No description available.

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

_WWAN_CDMA_MRL structure

Description

The WWAN_CDMA_MRL structure represents the measured results list (MRL) of both serving and neighboring CDMA cells.

Members

ElementCount

The count of MRL entries following this member.

CDMAMrl

The array of MRL records, each specified as a WWAN_CDMA_MRL_INFO structure.

See also

MB base stations information query support

WWAN_BASE_STATIONS_INFO

WWAN_CDMA_MRL_INFO