WWAN_LTE_MRL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_LTE_MRL {
  ULONG ElementCount;
  BYTE  LTEMrl[ANYSIZE_ARRAY];
} WWAN_LTE_MRL, *PWWAN_LTE_MRL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_LTE_MRL structure

Description

The WWAN_LTE_MRL structure represents the measured results list (MRL) of neighboring LTE cells.

Members

ElementCount

The count of MRL entries following this member.

LTEMrl

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

See also

MB base stations information query support

WWAN_BASE_STATIONS_INFO

WWAN_LTE_MRL_INFO

WWAN_LTE_SERVING_CELL_INFO