en:docs:fapi:vioendpopup

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:fapi:vioendpopup [2021/09/05 05:14] – created prokusheven:docs:fapi:vioendpopup [2021/11/04 12:34] (current) prokushev
Line 1: Line 1:
 +{{page>en:templates:fapiint}}
 +
 +====== VioEndPopUp ======
 +
 This call is issued by the application when it no longer requires the temporary screen obtained through a previous VioPopUp call. This call is issued by the application when it no longer requires the temporary screen obtained through a previous VioPopUp call.
  
-==Syntax==+===== Syntax ===== 
 +<code c>
  VioEndPopUp (VioHandle)  VioEndPopUp (VioHandle)
 +</code>
 +===== Parameters =====
  
-==Parameters== +  * VioHandle ([[HVIO]]) - input : A reserved word of 0s.
-;VioHandle (HVIO) - input : A reserved word of 0s.+
  
-==Return Code== +===== Return Code ===== 
-;rc (USHORT) - return:Return code descriptions are: + 
-*0 NO_ERROR +rc ([[USHORT]]) - return:Return code descriptions are: 
-*405 ERROR_VIO_NO_POPUP + 
-*436 ERROR_VIO_INVALID_HANDLE+  *0 NO_ERROR 
 +  *405 ERROR_VIO_NO_POPUP 
 +  *436 ERROR_VIO_INVALID_HANDLE 
 + 
 +===== Remarks =====
  
-==Remarks== 
 When the application issues a VioEndPopUp call, all video calls are directed to the application's normal video buffer. When the application issues a VioEndPopUp call, all video calls are directed to the application's normal video buffer.
  
-===PM Considerations===+==== PM Considerations ===
 An error is returned if issued with a non-zero handle.  An error is returned if issued with a non-zero handle. 
  
-==Bindings== +===== Bindings ===== 
-===C=== + 
-<PRE>+====C==== 
 +<code c>
 #define INCL_VIO #define INCL_VIO
  
Line 28: Line 39:
 HVIO    VioHandle;     /* Vio device handle */ HVIO    VioHandle;     /* Vio device handle */
 USHORT  rc;            /* return code */ USHORT  rc;            /* return code */
-</PRE>+</code>
  
-===MASM=== +==== MASM ===
-<PRE>+ 
 +<code asm>
 EXTRN  VioEndPopUp:FAR EXTRN  VioEndPopUp:FAR
 INCL_VIO            EQU 1 INCL_VIO            EQU 1
Line 39: Line 51:
  
 Returns WORD Returns WORD
-</PRE>+</code>
  
-==Related Functions== +===== Related Functions ===== 
-VioPopUp+ 
 +[[VioPopUp]]
  
 [[http://www.edm2.com/index.php/VioEndPopUp_(OS/2_1.x)]] [[http://www.edm2.com/index.php/VioEndPopUp_(OS/2_1.x)]]
 +
 +{{page>en:templates:fapi}}
 +