VIOOVERSCAN: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== VIOOVERSCAN == | == VIOOVERSCAN == | ||
Text mode get overscan | |||
Text mode get overscan | |||
=== Type === | === Type === | ||
[[USHORT]] cb | |||
[[ | USHORT type | ||
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. | |||
[[Category:Data type]] | |||
[[Category: |
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.