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

金融证券系统

开发平台:

Visual C++

  1. #define NULL_COMM 0
  2. #define IP_CONN_COMM    1
  3. #define OP_CODE_COMM 2
  4. #define GP_CODE_COMM    3
  5. #define PY_NAME_COMM 4
  6. #define BAD_COMM 9
  7. int PreComm(char *comm);                             
  8. void PreStockName(char *name);
  9. BOOL IsPyOk(char *py,char *name);
  10. int DlgSelectGp(void);