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 / vs_asc.h < prev    next >
Encoding:
Text File  |  1995-02-03  |  231 b   |  17 lines

  1.  
  2. typedef    struct    view_asc_save
  3. {
  4.     LONG    SeekSpot;
  5.     // DWORD    dwNumLines;
  6.     SHORT    lastchar;
  7.  
  8. } VIEW_ASC_SAVE;
  9.  
  10. typedef    struct    view_asc_data
  11. {
  12.     VIEW_ASC_SAVE    AscSave;
  13.     SHORT    hFile;
  14.     BOOL                bFileIsText;
  15. } VIEW_ASC_DATA;
  16.  
  17.