This function returns various information regarding the currently used Cell Tower.
DWORD GetTowerInfo(
TOWERINFO *pTowerInfo
);
Parameters
InfoType
[out] Parameter of type pointer to TOWERINFO structure.
Return values
Zero indicates success. A non zero number indicates that an error occurred. For additional error information, enable the library debug mode.
Remarks
After the function returns, the parameter contains specific Cell Tower data.
The structure components are:
DWORD dwMobileCountryCode, used in identifying mobile stations, for a list of MMCs see ITU E.212
DWORD dwMobileNetworkCode, is used in combination with a MCC to uniquely identify a mobile phone operator/carrier
DWORD dwLocationAreaCode,
DWORD dwCellID,
DWORD dwBaseStationID,
DWORD dwBroadcastControlChannel,
DWORD dwRxLevel,
DWORD dwRxLevelFull,
DWORD dwRxLevelSub,
DWORD dwRxQuality,
DWORD dwRxQualityFull,
DWORD dwRxQualitySub,
DWORD dwIdleTimeSlot,
DWORD dwTimingAdvance,
DWORD dwGPRSCellID,
DWORD dwGPRSBaseStationID,
DWORD dwNumBCCH,
BYTE rgbBCCH[48],
BYTE rgbNMR[16],
Requirements
OS Versions: Windows CE 1.0 and later.
Header: dynril.h.
Dll Library: dynrildll.dll.