◄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 ♦