Jump to content

VIOOVERSCAN: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== VIOOVERSCAN ==
Text mode get overscan


Text mode get overscan.
== Type ==
 
  [[USHORT]]  cb
=== Type ===
  USHORT  type
 
  USHORT  color
  [[OS2 API:DataType:USHORT|USHORT]]  cb
  [[OS2 API:DataType:USHORT|USHORT]] type
  [[OS2 API:DataType:USHORT|USHORT]] color
 
==== C Declaration Method ====


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


=== Fields ===
== Fields ==
 
;cb:Length of the structure in bytes, including length.
cb     Length of the structure in bytes, including length.
:The only valid value is 6.
        The only valid value is 6.
;type:Request type.
 
:Request type 1 for overscan (border) color.
type   Request type.
;color:Color value.
        Request type 1 for overscan (border) color.
:The color value.


color  Color value.
[[Category:Data type]]
        The color value.

Latest revision as of 02:26, 21 February 2020

Text mode get overscan

Type

USHORT  cb
USHORT  type
USHORT  color

C Declaration Method

typedef struct

Fields

cb
Length of the structure in bytes, including length.
The only valid value is 6.
type
Request type.
Request type 1 for overscan (border) color.
color
Color value.
The color value.