home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / educ / azoo / doc / readme.set < prev    next >
Encoding:
Text File  |  1992-08-21  |  879 b   |  20 lines

  1. SETUP.INF Structure Information
  2.  
  3. The following structure is written to the SETUP.INF file.  Immediately
  4. following the structure is the source path where the program was installed
  5. from and the destination path where the program was installed to.
  6.  
  7. #define BYTE  unsigned char
  8. #define WORD  unsigned int
  9.  
  10. typedef struct {
  11.    WORD  videomode,   /* Video mode number */
  12.          soundcard,   /* Sound card number (First Byte driver ID) */
  13.          printer,     /* Printer type number */
  14.          printprt,    /* Port that printer is attached to (1, 2, 3) */
  15.          portnum,     /* Port address for Sound Blaster & Media Vision cards */
  16.          intnum,      /* Interrupt number for Sound Blaster & Media Vision */
  17.          numpaths;    /* Number of paths following structure */
  18.                       /*   (Normally, source and destination paths) */
  19. } SETUPINFO;
  20.