// wwan.h
typedef struct _WWAN_NR_SERVING_CELLS {
ULONG ElementCount;
BYTE NRServingCells[ANYSIZE_ARRAY];
} WWAN_NR_SERVING_CELLS, *PWWAN_NR_SERVING_CELLS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_NR_SERVING_CELLS structure represents the measured results list of 5G NR serving cells.
ElementCountThe count of NR serving cell entries following this element, with a maximum of 32 NR serving cells.
NRServingCellsThe array of NR serving cell records, each specified as a WWAN_NR_SERVING_CELLS_INFO structure.