VIOOVERSCAN: Difference between revisions
Appearance
New |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Text mode get overscan | |||
== Type == | |||
[[USHORT]] cb | |||
USHORT type | |||
USHORT color | |||
[[ | |||
=== C Declaration Method === | |||
typedef struct | 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. | |||
[[Category:Data type]] | |||
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.