WWAN_NR_NEIGHBOR_CELLS structure (wwan.h)
The WWAN_NR_NEIGHBOR_CELLS structure represents the measured results list of neighboring NR cells.
Syntax
typedef struct _WWAN_NR_NEIGHBOR_CELLS {
ULONG ElementCount;
BYTE NRNeighborCells[ANYSIZE_ARRAY];
} WWAN_NR_NEIGHBOR_CELLS, *PWWAN_NR_NEIGHBOR_CELLS;
Members
ElementCount
The count of neighbor cell entries following this element, with a maximum of 8 best NR or EUTRA neighbor cells.
NRNeighborCells[ANYSIZE_ARRAY]
The array of NR neighbor cell records, each specified as a WWAN_NR_NEIGHBOR_CELLS_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wwan.h |