VSD_ASC.C
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- #include "vsp_asc.h"
- #include "vsdtop.h"
- #ifndef VW_SEPARATE_DATA
- SHORT NTypesPerFilter = 1;
- #endif
- #define FI_EXTERNAL 1997 // Always use this particular value.
- FILTER_DESC VwStreamIdName[VwStreamIdCount] =
- {
- { FI_EXTERNAL, SO_WORDPROCESSOR, "Your Format Name Here!", },
- };
- #ifndef VW_SEPARATE_DATA
- SHORT InitDataOffset = 0; /*sizeof (VwStreamDynamicType) - sizeof (VwStreamStaticType);*/
- #endif
- /*
- VwStreamStaticType VwStreamStaticName =
- {
- };
- */
- #ifndef VW_SEPARATE_DATA
- char FillerData [ sizeof ( union all_structs ) /*- sizeof ( VwStreamStaticType )*/ + 2 ] = {0};
- #endif