WWAN_GSM_NMR structure (wwan.h)
The WWAN_GSM_NMR structure represents the network measurement report (NMR) of neighboring GSM cells.
Syntax
typedef struct _WWAN_GSM_NMR {
ULONG ElementCount;
BYTE GSMNmr[ANYSIZE_ARRAY];
} WWAN_GSM_NMR, *PWWAN_GSM_NMR;
Members
ElementCount
The count of NMR entries following this member.
GSMNmr[ANYSIZE_ARRAY]
The array of NMR records, each specified as a WWAN_GSM_NMR_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | wwan.h (include Wwan.h) |