|
Data Structures |
| struct | _crtctx |
| | Context structure for callbacks during importing of the tower cell information file. More...
|
| struct | _crtthrctx |
| | Structure passed to the tower cell info DB creation thread procedire. More...
|
Defines |
| #define | WM_DBLOAD_FINISHED WM_USER + 1 |
| | Message posted after the thread procedure for loading tower cell info database is ready.
|
Functions |
| void | cidlg_rdcfg (t_cidlg_cfg *theCfg) |
| | Reads configuration from a configuration file.
|
| DWORD WINAPI | _cidbcrtthr (LPVOID params) |
| | Thread procedure for creating tower cell info database.
|
| BOOL | cidlg (HWND aParentWin, t_cidlg_cfg *aCfg) |
| | Starts the tower cell info db configuration dialog.
|
| const TCHAR * | cistrerr (TCHAR *theBuf, int aLen, HINSTANCE hInst, t_cidb_err anErr) |
| | Returns error description for the given error code.
|
| void | cishowerr (HWND hwnd, t_cidb_err errcode) |
| | Shows textual description of a tower cell infor database error in a message box.
|