WWAN_NR_NEIGHBOR_CELLS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

The WWAN_NR_NEIGHBOR_CELLS structure represents the measured results list of neighboring NR cells.

Members

ElementCount

The count of neighbor cell entries following this element, with a maximum of 8 best NR or EUTRA neighbor cells.

NRNeighborCells

The array of NR neighbor cell records, each specified as a WWAN_NR_NEIGHBOR_CELLS_INFO structure.

Remarks

See also

WWAN_BASE_STATIONS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_SERVING_CELLS

WWAN_NR_SERVING_CELLS_INFO