// wwan.h
typedef struct _WWAN_NR_NEIGHBOR_CELLS {
ULONG ElementCount;
BYTE NRNeighborCells[ANYSIZE_ARRAY];
} WWAN_NR_NEIGHBOR_CELLS, *PWWAN_NR_NEIGHBOR_CELLS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_NR_NEIGHBOR_CELLS structure represents the measured results list of neighboring NR cells.
ElementCountThe count of neighbor cell entries following this element, with a maximum of 8 best NR or EUTRA neighbor cells.
NRNeighborCellsThe array of NR neighbor cell records, each specified as a WWAN_NR_NEIGHBOR_CELLS_INFO structure.