en:ibm:prcp:vio:getstate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:ibm:prcp:vio:getstate [2016/09/14 10:28] valeriusen:ibm:prcp:vio:getstate [2016/09/14 10:41] (current) valerius
Line 1: Line 1:
 ==== VioGetState ==== ==== VioGetState ====
  
-**Bindings**: [[en:ibm:prcp:vio:getstate:c|C]], [[en:ibm:prcp:vio:getstate:masm|MASM]] +**Bindings**: [[en:ibm:prcp:vio:getstate#C bindings|C]], [[en:ibm:prcp:vio:getstate#MASM bindings|MASM]] 
  
 This call returns the current settings of the palette registers, overscan (border) color, blink/background intensity switch, color registers, underline location, or target [[en:ibm:prcp:vio:setmode|VioSetMode]] display configuration.  This call returns the current settings of the palette registers, overscan (border) color, blink/background intensity switch, color registers, underline location, or target [[en:ibm:prcp:vio:setmode|VioSetMode]] display configuration. 
Line 146: Line 146:
 Request type = 6, Get Target [[en:ibm:prcp:vio:setmode|VioSetMode]] Display Configuration, and request type = 5, Get Underline Location, are not supported in the family API.  Request type = 6, Get Target [[en:ibm:prcp:vio:setmode|VioSetMode]] Display Configuration, and request type = 5, Get Underline Location, are not supported in the family API. 
  
-**C bindings**+=== C bindings ===
  
 <code c> <code c>
Line 206: Line 206:
 </code> </code>
  
-**MASM bindings**:+=== MASM bindings: ===
  
 <code asm> <code asm>