Jump to content

FRAME: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== FRAME ==
Frame control data structure.
 
Frame control data structure.  


=== Type ===  
=== Type ===  
[[BYTE]]  bCharsPerLine
BYTE  bLinesPerInch


[[OS2 API:DataType:BYTE|BYTE]]  bCharsPerLine
;C Declaration Method
[[OS2 API:DataType:BYTE|BYTE]]  bLinesPerInch
typedef struct
 
==== C Declaration Method ====
 
typedef struct


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


bLinesPerInch    Lines per inch.
[[Category:Data type]]
                  Valid values are 6 and 8.

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.