Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:fapi:vioendpopup [2021/09/05 05:14] – created prokushev | en:docs:fapi:vioendpopup [2021/11/04 12:34] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{page> | ||
+ | |||
+ | ====== 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> | ||
| | ||
+ | </ | ||
+ | ===== 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: | + | |
- | *0 NO_ERROR | + | rc ([[USHORT]]) - return: |
- | *405 ERROR_VIO_NO_POPUP | + | |
- | *436 ERROR_VIO_INVALID_HANDLE | + | |
+ | *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' | When the application issues a VioEndPopUp call, all video calls are directed to the application' | ||
- | ===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; | HVIO VioHandle; | ||
USHORT | USHORT | ||
- | </PRE> | + | </code> |
- | ===MASM=== | + | ==== MASM ==== |
- | <PRE> | + | |
+ | <code asm> | ||
EXTRN VioEndPopUp: | EXTRN VioEndPopUp: | ||
INCL_VIO | INCL_VIO | ||
Line 39: | Line 51: | ||
Returns WORD | Returns WORD | ||
- | </PRE> | + | </code> |
- | ==Related Functions== | + | ===== Related Functions ===== |
- | * VioPopUp | + | |
+ | [[VioPopUp]] | ||
[[http:// | [[http:// | ||
+ | |||
+ | {{page> | ||
+ | |||