msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FRAME (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVICES
 
typedef struct _FRAME {    /* frm */
    BYTE bCharsPerLine;
    BYTE bLinesPerInch;
} FRAME;
 
The FRAME structure contains frame-control information for a printer.
 
Field          Description
────────────────────────────────────────────────────────────────────────────
 
bCharsPerLine  Specifies the number of characters on a line, either 80 or
               132.
 
bLinesPerInch  Specifies the number of lines per inch, either 6 or 8.
 
See Also
 
PRT_GETFRAMECTL, PRT_SETFRAMECTL