Jump to content

VIOOVERSCAN: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== VIOOVERSCAN ==
== VIOOVERSCAN ==
 
Text mode get overscan
Text mode get overscan.


=== Type ===
=== Type ===
 
  [[USHORT]]  cb
  [[OS2 API:DataType:USHORT|USHORT]]  cb
  USHORT  type
  [[OS2 API:DataType:USHORT|USHORT]] type
  USHORT  color
  [[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.
:The only valid value is 6.
;type:Request type.
:Request type 1 for overscan (border) color.
;color:Color value.
:The color value.


cb    Length of the structure in bytes, including length.
[[Category:Data type]]
        The only valid value is 6.
 
type  Request type.
        Request type 1 for overscan (border) color.
 
color  Color value.
        The color value.
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 20:22, 28 November 2016

VIOOVERSCAN

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.