home *** CD-ROM | disk | FTP | other *** search
- /* term.h */
- #define MSG_DEBUG 300
- #define MSG_PAINT 200
- #define MSG_ABOUT 1
- #define MSG_COM1 11
- #define MSG_COM2 12
- #define MSG_COM3 13
- #define MSG_COM4 14
- #define MSG_1200 21
- #define MSG_2400 22
- #define MSG_4800 23
- #define MSG_9600 24
- #define MSG_19200 25
- #define MSG_38400 26
- #define MSG_57600 27
- #define MSG_115200 28
- #define MSG_NONE 31
- #define MSG_EVEN 32
- #define MSG_ODD 33
- #define MSG_1_SB 41
- #define MSG_2_SB 42
- #define MSG_7_DB 43
- #define MSG_8_DB 44
- #define MSG_EXIT 61
- #define MSG_ONLINE 62
- #define MSG_OFFLINE 63
- #define MSG_LOAD 64
- #define MSG_SAVE 65
-
- int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
- BOOL InitApplication(HANDLE);
- BOOL InitInstance(HANDLE, int);
- long FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LPARAM);
- void ProcessChar(char);
- #define RXBUFFERCODE Size2K
- #define TXBUFFERCODE Size2K
-