home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / fparser / vsp_asc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-03  |  1012 b   |  33 lines

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