WWAN_GSM_NMR - NtDoc

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

typedef struct _WWAN_GSM_NMR {
  ULONG ElementCount;
  BYTE  GSMNmr[ANYSIZE_ARRAY];
} WWAN_GSM_NMR, *PWWAN_GSM_NMR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_GSM_NMR structure

Description

The WWAN_GSM_NMR structure represents the network measurement report (NMR) of neighboring GSM cells.

Members

ElementCount

The count of NMR entries following this member.

GSMNmr

The array of NMR records, each specified as a WWAN_GSM_NMR_INFO structure.

See also

MB base stations information query support

WWAN_BASE_STATIONS_INFO

WWAN_GSM_NMR_INFO

WWAN_GSM_SERVING_CELL_INFO