Jump to content

VIOINTENSITY: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 26: Line 26:
       0      Blinking foreground colors enabled.  
       0      Blinking foreground colors enabled.  
       1      High-intensity background colors enabled.
       1      High-intensity background colors enabled.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 21:57, 1 November 2011

VIOINTENSITY

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 colors enabled. 
      1      High-intensity background colors enabled.

Back to OS/2 API