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

Windows编程

开发平台:

Visual C++

  1. #include "vsp_asc.h"
  2. #include "vsdtop.h"
  3. #ifndef VW_SEPARATE_DATA
  4. SHORT NTypesPerFilter = 1;
  5. #endif
  6. #define FI_EXTERNAL 1997 // Always use this particular value.
  7. FILTER_DESC VwStreamIdName[VwStreamIdCount] =
  8. {
  9. { FI_EXTERNAL, SO_WORDPROCESSOR, "Your Format Name Here!", },
  10. };
  11. #ifndef VW_SEPARATE_DATA
  12. SHORT InitDataOffset = 0; /*sizeof (VwStreamDynamicType) - sizeof (VwStreamStaticType);*/
  13. #endif
  14. /*
  15. VwStreamStaticType VwStreamStaticName =
  16. {
  17. };
  18. */
  19. #ifndef VW_SEPARATE_DATA
  20. char FillerData [ sizeof ( union all_structs ) /*- sizeof ( VwStreamStaticType )*/ + 2 ] = {0};
  21. #endif