WWAN_LTE_MRL structure (wwan.h)

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

Syntax

typedef struct _WWAN_LTE_MRL {
  ULONG ElementCount;
  BYTE  LTEMrl[ANYSIZE_ARRAY];
} WWAN_LTE_MRL, *PWWAN_LTE_MRL;

Members

ElementCount

The count of MRL entries following this member.

LTEMrl[ANYSIZE_ARRAY]

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Header wwan.h (include Wwan.h)

See also

MB base stations information query support

WWAN_BASE_STATIONS_INFO

WWAN_LTE_MRL_INFO

WWAN_LTE_SERVING_CELL_INFO