No description available.
Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
This structure represents a RILNETWORKCODE.
cbSizeThe size of the structure in bytes.
dwParamsA bitwise combination of RILNETWORKCODEPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.
dwExecutorThis field is unused.
dwMCCMobile Country Code, if applicable. For RIL_SYSTEMTYPE_1XRTT and RIL_SYSTEMTYPE_EVDO it is network-dependent whether this value is available; further, the MCC provided by some 3GPP2 networks may not be accurate.
dwMNCMobile Network Code. For RIL_SYSTEMTYPE_1XRTT and RIL_SYSTEMTYPE_EVDO it is network-dependent whether this value is available; further, the MCC provided by some 3GPP2 networks may not be accurate.
dwSIDSystem ID, if applicable. This is available only for RIL_SYSTEMTYPE_1XRTT.
dwNIDNetwork ID, if applicable. This is available only for RIL_SYSTEMTYPE_1XRTT.
dwRIRoaming indicator, if applicable. This is available only for RIL_SYSTEMTYPE_1XRTT and RIL_SYSTEMTYPE_EVDO.
struct RILNETWORKCODE {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwMCC;
DWORD dwMNC;
DWORD dwSID;
DWORD dwNID;
DWORD dwRI;
};
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwMCCdwMNCdwSIDdwNIDdwRItypedef struct _RILNETWORKCODE {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwMCC;
DWORD dwMNC;
DWORD dwSID;
DWORD dwNID;
DWORD dwRI;
} RILNETWORKCODE, RILNETWORKCODE;