#include "cellinforc.h"
#include "cellinfo.h"
#include "cidlg.h"
#include "cidb.h"
#include "ip.h"
#include "wintools.h"
#include <windows.h>
#include <stdio.h>
Defines | |
#define | _TIMER_ID 12345 |
Enumerations | |
enum | _t_ciapperr { CIAPPERR_OK = 0, CIAPPERR_REGISTER_CLASS, CIAPPERR_INIT, CIAPPERR_QUERY, CIAPPERR_UNINIT, CIAPPERR_UNKNOWN, CIAPPERR_TIMER, CIAPPERR_KILLTIMER } |
Error codes for the cellinfo GUI application. More... | |
Functions | |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) |
The main entry point of the cellinfo program. |
#define _TIMER_ID 12345 |