VSP_ASC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /* #define VwStreamStaticType VIEW_ASC_INIT */
  2. #define VwStreamDynamicType VIEW_ASC_DATA
  3. #define VwStreamSaveType VIEW_ASC_SAVE
  4. /* #define VwStreamStaticName AscInit */
  5. #define VwStreamDynamicName AscData
  6. #define VwStreamSaveName AscSave
  7. #define VwStreamIdName VwAscOverlayId
  8. #define VwStreamIdCount 1
  9. /* #define VwStreamUserSaveType VIEW_ASC_USER_SAVE */
  10. #define VwStreamGenSeekName SeekSpot
  11. #define VwInclude "vs_asc.h"
  12. #define VwStreamOpenFunc asc_stream_open
  13. #define VwStreamCloseFunc asc_stream_close
  14. #define VwStreamSeekFunc asc_stream_seek
  15. #define VwStreamTellFunc asc_stream_tell
  16. #define VwStreamReadFunc asc_stream_read
  17. #define VwStreamSectionFunc asc_stream_section
  18. #define VwGetInfoFunc asc_getinfo
  19. #define VwGetRtnsFunc asc_getrtns
  20. #define VwGetDataFunc asc_getdata
  21. #define VwSetDataFunc asc_setdata
  22. #define VwAllocProcFunc asc_alloc_proc
  23. #define VwFreeProcFunc asc_free_proc
  24. #define VwLocalUpFunc asc_local_up
  25. #define VwLocalDownFunc asc_local_down