FRAME: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:FRAME to FRAME |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Frame control data structure. | |||
Frame control data structure. | |||
=== Type === | === Type === | ||
Line 6: | Line 5: | ||
BYTE bLinesPerInch | BYTE bLinesPerInch | ||
;C Declaration Method | |||
typedef struct | typedef struct | ||
=== Fields === | === Fields === |
Latest revision as of 23:15, 14 March 2018
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.