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

金融证券系统

开发平台:

Visual C++

  1. BOOL fAuto;
  2. BOOL IsClectRun;
  3. HANDLE hThrdClect;
  4. BOOL clAppInit(void);
  5. void clAppExit(void);
  6. int clCheckTime(BOOL fRead);
  7. BOOL IsWeekEnd(struct tm*);
  8. BOOL IsMonthEnd(struct tm*);
  9. int DoHq(void);
  10. BOOL clGetInitString(char *Entry, char *Item, char *buf);
  11. void clPutInitString(char *Entry, char *Item, char *buf);
  12. int clGetInitInt(char *Entry, char *Item);
  13. int RefreshHqData(int jys);
  14. int CreateClectThread(void);