Jump to content

FRAME: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 19: Line 19:
  bLinesPerInch    Lines per inch.
  bLinesPerInch    Lines per inch.
                   Valid values are 6 and 8.
                   Valid values are 6 and 8.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:42, 30 October 2011

FRAME

Frame control data structure.

Type

BYTE  bCharsPerLine
BYTE  bLinesPerInch

C Declaration Method

typedef struct

Fields

bCharsPerLine    Characters per line.
                 Valid values are 80 and 132.
bLinesPerInch    Lines per inch.
                 Valid values are 6 and 8.


Back to OS/2 API