en:docs:fapi:viosetstate

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:fapi:viosetstate [2021/10/14 08:25] prokusheven:docs:fapi:viosetstate [2021/11/04 12:45] (current) prokushev
Line 44: Line 44:
   * VioHandle (HVIO) - input : Reserved word of 0s.   * VioHandle (HVIO) - input : Reserved word of 0s.
  
-==Return Code==+===== Return Code ===== 
 ;rc (USHORT) - return:Return code descriptions are: ;rc (USHORT) - return:Return code descriptions are:
 *0 NO_ERROR *0 NO_ERROR
Line 54: Line 55:
 *494 ERROR_VIO_EXTENDED_SG *494 ERROR_VIO_EXTENDED_SG
  
-===Family API Considerations===+===== Remarks ===== 
 + 
 +==== Family API Considerations ===
 Request type = 6, Set Target VioSetMode Display Configuration, and request type = 5, Request type = 6, Set Target VioSetMode Display Configuration, and request type = 5,
 Set Underline Location, are not supported in the family API. Set Underline Location, are not supported in the family API.
  
 Some options operate differently in the DOS mode than in the OS/2 mode. Therefore, the following considerations applies to VioSetMode when coding for the DOS mode: Some options operate differently in the DOS mode than in the OS/2 mode. Therefore, the following considerations applies to VioSetMode when coding for the DOS mode:
-* VioSetMode clears the screen. 
  
-==Bindings== +  * VioSetMode clears the screen. 
-=== C === + 
-<PRE>+===== Bindings ===== 
 + 
 +==== C ==== 
 +<code c>
 typedef struct _VIOPALSTATE { typedef struct _VIOPALSTATE {
   USHORT  cb;                   /* Length of this structure in bytes */   USHORT  cb;                   /* Length of this structure in bytes */
Line 119: Line 125:
  
 USHORT           rc;            /* return code */ USHORT           rc;            /* return code */
-</PRE>+</code>
  
-===MASM=== +====MASM==== 
-<PRE>+<code asm>
 VIOPALSTATE struc VIOPALSTATE struc
   viopal_cb               dw ? ;Length of this structure in bytes   viopal_cb               dw ? ;Length of this structure in bytes
Line 171: Line 177:
  
 Returns WORD Returns WORD
-</PRE>+</code>
  
 [[http://www.edm2.com/index.php/VioSetState_(OS/2_1.x)]] [[http://www.edm2.com/index.php/VioSetState_(OS/2_1.x)]]
 +
 +{{page>en:templates:fapi}}