#include "cidb.h"
#include <windows.h>
Go to the source code of this file.
Data Structures | |
struct | t_cidlg_cfg |
Structure for configuration parameters of the tower cell info database configuration dialog. More... | |
Functions | |
void | cidlg_rdcfg (t_cidlg_cfg *theCfg) |
Reads configuration from a configuration file. | |
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. |