home *** CD-ROM | disk | FTP | other *** search
- SETUP.INF Structure Information
-
- The following structure is written to the SETUP.INF file. Immediately
- following the structure is the source path where the program was installed
- from and the destination path where the program was installed to.
-
- #define BYTE unsigned char
- #define WORD unsigned int
-
- typedef struct {
- WORD videomode, /* Video mode number */
- soundcard, /* Sound card number (First Byte driver ID) */
- printer, /* Printer type number */
- printprt, /* Port that printer is attached to (1, 2, 3) */
- portnum, /* Port address for Sound Blaster & Media Vision cards */
- intnum, /* Interrupt number for Sound Blaster & Media Vision */
- numpaths; /* Number of paths following structure */
- /* (Normally, source and destination paths) */
- } SETUPINFO;