MAIN.H
上传用户:bjghjy
上传日期:2007-01-07
资源大小:379k
文件大小:1k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #define SERVER_VERSION 1
  2. #define WM_HQ_INIT WM_USER+1
  3. #define WM_UDP_HQ WM_USER+5
  4. #define WM_UDP_JY WM_USER+6
  5. #define TIMER_CHECKECHO 1
  6. #define TIMER_CHECKSEND 2
  7. #define TIMER_CHECKTIME 3
  8. HWND ghWndMain;
  9. HINSTANCE ghInstance;
  10. //LONG g_lNumReaders ;
  11. //HANDLE g_hEventDataReady;
  12. //HANDLE g_hSemReaders;
  13. HANDLE g_hEventDataWrite;
  14. BOOL ErrMsg(HWND hWnd, LPSTR msg);
  15. BOOL AppInit(void);
  16. void AppExit(void);
  17. //short CheckTime(void);
  18. void MsgSend(char far *msg);
  19. void MsgRecv(char far *msg);
  20. void MsgLocal(LPSTR msg);
  21. HBRUSH DrawChild(HDC hDC, HWND hWnd);
  22. BOOL PASCAL DrawDlgFrame(HWND,int, int);
  23. BOOL GetInitString(char *Entry, char *Item, char *buf);
  24. BOOL PutInitString(char *Entry, char *Item, char *buf);
  25. void GlobalVaryInit(void);