WWAN_UMTS_MRL structure (wwan.h)

The WWAN_UMTS_MRL structure contains the measured results list (MRL) of neighboring UMTS cells.

Syntax

typedef struct _WWAN_UMTS_MRL {
  ULONG ElementCount;
  BYTE  UMTSMrl[ANYSIZE_ARRAY];
} WWAN_UMTS_MRL, *PWWAN_UMTS_MRL;

Members

ElementCount

The count of MRL entries following this member.

UMTSMrl[ANYSIZE_ARRAY]

The array of MRL records, each specified as a WWAN_UMTS_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_UMTS_MRL_INFO

WWAN_UMTS_SERVING_CELL_INFO