WWAN_CDMA_MRL structure (wwan.h)
The WWAN_CDMA_MRL structure represents the measured results list (MRL) of both serving and neighboring CDMA cells.
Syntax
typedef struct _WWAN_CDMA_MRL {
ULONG ElementCount;
BYTE CDMAMrl[ANYSIZE_ARRAY];
} WWAN_CDMA_MRL, *PWWAN_CDMA_MRL;
Members
ElementCount
The count of MRL entries following this member.
CDMAMrl[ANYSIZE_ARRAY]
The array of MRL records, each specified as a WWAN_CDMA_MRL_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | wwan.h (include Wwan.h) |