WWAN_UMTS_MRL - NtDoc

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

typedef struct _WWAN_UMTS_MRL {
  ULONG ElementCount;
  BYTE  UMTSMrl[ANYSIZE_ARRAY];
} WWAN_UMTS_MRL, *PWWAN_UMTS_MRL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_UMTS_MRL structure

Description

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

Members

ElementCount

The count of MRL entries following this member.

UMTSMrl

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

See also

MB base stations information query support

WWAN_BASE_STATIONS_INFO

WWAN_UMTS_MRL_INFO

WWAN_UMTS_SERVING_CELL_INFO