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 / vsd_asc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-25  |  612 b   |  29 lines

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