Jump to content

VIOINTENSITY: 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:
== VIOINTENSITY ==
Text mode intensity.
Text mode intensity.


=== Type ===
=== Type ===
 
  [[USHORT]]  cb
  [[OS2 API:DataType:USHORT|USHORT]]  cb
  USHORT  type
  [[OS2 API:DataType:USHORT|USHORT]] type
  USHORT  fs
  [[OS2 API:DataType:USHORT|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.


cb    Length of the structure in bytes, including length.
[[Category:Data type]]
      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 colors enabled.
      1      High-intensity background colors enabled.

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.