home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / file39a.zip / src / Magdir / os2 < prev    next >
Encoding:
Text File  |  1993-08-04  |  1.0 KB  |  25 lines

  1. # >>>>> OS/2 INF/HLP <<<<<  (source: Daniel Dissett ddissett@netcom.com)
  2. # Carl Hauser (chauser.parc@xerox.com) and 
  3. # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
  4. # list the following header format in inf02a.doc:
  5. #
  6. #   int16 ID;           // ID magic word (5348h = "HS")
  7. #  int8  unknown1;     // unknown purpose, could be third letter of ID
  8. #  int8  flags;        // probably a flag word...
  9. #                      //  bit 0: set if INF style file
  10. #                      //  bit 4: set if HLP style file
  11. #                      // patching this byte allows reading HLP files
  12. #                      // using the VIEW command, while help files 
  13. #                      // seem to work with INF settings here as well.
  14. #  int16 hdrsize;      // total size of header
  15. #  int16 unknown2;     // unknown purpose
  16. 0   string  HSP\x01\x9b\x00 OS/2 INF
  17. >107 string >0                      (%s)
  18. 0   string  HSP\x10\x9b\x00     OS/2 HLP
  19. >107 string >0                      (%s)
  20.  
  21. # OS/2 INI (this is a guess)
  22. 0  string   \xff\xff\xff\xff\x14\0\0\0  OS/2 INI
  23.  
  24.