Jump to content

FRAME: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:FRAME to FRAME
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== FRAME ==
FRAME
Frame control data structure.  
Frame control data structure.


=== Type ===  
=== Type ===  
Line 6: Line 6:
  BYTE  bLinesPerInch
  BYTE  bLinesPerInch


==== C Declaration Method ====
;C Declaration Method
typedef struct
typedef struct


=== Fields ===
=== Fields ===

Revision as of 03:47, 8 January 2017

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.