VIOINTENSITY: Difference between revisions
Appearance
New |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Text mode intensity. | Text mode intensity. | ||
=== Type === | === Type === | ||
[[USHORT]] cb | |||
[[ | USHORT type | ||
USHORT fs | |||
==== 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 = 2, get blink/background intensity switch. | |||
:Request type 2 for blink and background intensity switch. | |||
;fs:Value of blink/background switch. | |||
:Switch set as: | |||
Value Definition | |||
0 Blinking foreground colours enabled. | |||
1 High-intensity background colours enabled. | |||
[[Category:Data type]] | |||
Latest revision as of 14:23, 24 May 2017
Text mode intensity.
Type
USHORT cb USHORT type USHORT fs
C Declaration Method
typedef struct
Fields
- cb
- Length of the structure in bytes, including length.
- The only valid value is 6.
- type
- Request type = 2, get blink/background intensity switch.
- Request type 2 for blink and background intensity switch.
- fs
- Value of blink/background switch.
- Switch set as:
Value Definition 0 Blinking foreground colours enabled. 1 High-intensity background colours enabled.