en:docs:fapi:vioshowbuf

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:vioshowbuf [2021/08/20 02:31] prokusheven:docs:fapi:vioshowbuf [2021/09/19 04:16] (current) prokushev
Line 1: Line 1:
-{{logos:os2.gif?35x35}} {{logos:dos.gif?35x35}}+{{page>en:templates:fapiint}} 
 ====== VioShowBuf ====== ====== VioShowBuf ======
  
Line 5: Line 6:
  
 ===== Syntax ===== ===== Syntax =====
- VioShowBuf (Offset, Length, VioHandle) +<code c> 
 +VioShowBuf (Offset, Length, VioHandle) 
 +</code>
 ===== Parameters ===== ===== Parameters =====
-;Offset (USHORT) - input : Starting offset within the logical video buffer at which the update to the screen is to start. +  * Offset (USHORT) - input : Starting offset within the logical video buffer at which the update to the screen is to start. 
-;Length (USHORT) - input : Length of the area to be updated to the screen. +  Length (USHORT) - input : Length of the area to be updated to the screen. 
-;VioHandle (HVIO) - input : This must be zero unless the caller is a Presentation Manager application, in which case it must be the value returned by VioGetPs.+  VioHandle (HVIO) - input : This must be zero unless the caller is a Presentation Manager application, in which case it must be the value returned by VioGetPs.
  
 ===== Return Code ===== ===== Return Code =====
- rc (USHORT) - return+rc (USHORT) - return 
 Return code descriptions are: Return code descriptions are:
-* 0          NO_ERROR  + 
-* 355        ERROR_VIO_MODE  +  * 0          NO_ERROR  
-* 430        ERROR_VIO_ILLEGAL_DURING_POPUP  +  * 355        ERROR_VIO_MODE  
-* 436        ERROR_VIO_INVALID_HANDLE  +  * 430        ERROR_VIO_ILLEGAL_DURING_POPUP  
-* 465        ERROR_VIO_DETACHED+  * 436        ERROR_VIO_INVALID_HANDLE  
 +  * 465        ERROR_VIO_DETACHED
  
 ===== Remarks ===== ===== Remarks =====
Line 27: Line 31:
 This function updates the display with the Advanced VIO presentation space.  This function updates the display with the Advanced VIO presentation space. 
  
-===== Example Code =====+===== Bindings =====
 ==== C Binding ==== ==== C Binding ====
 <code c> <code c>
Line 55: Line 59:
  
  
- +===== Note =====
-====== Note ======+
  
 Text based on [[http://www.edm2.com/index.php/VioShowBuf_(FAPI)]] Text based on [[http://www.edm2.com/index.php/VioShowBuf_(FAPI)]]