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

金融证券系统

开发平台:

Visual C++

  1. #ifndef _DBF_DATA_
  2. #define _DBF_DATA_
  3. #ifndef _DBF_STRU_
  4. #include "sv_dbf.h"
  5. #endif
  6. typedef struct tag_DBF_DATA
  7. {
  8. int hf;
  9. short fldCount;
  10. FieldStruct *fldStruct;
  11. DbfStruct dbfStruct;
  12. char file[80];
  13. }DBF_DATA, *LPDBF_DATA;
  14. //extern DBF_DATA HqkData[2], GpkData[2];
  15. #endif