Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:fapi:vioshowbuf [2021/08/20 02:31] – prokushev | en:docs:fapi:vioshowbuf [2021/09/19 04:16] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{logos:os2.gif? | + | {{page>en:templates:fapiint}} |
====== VioShowBuf ====== | ====== VioShowBuf ====== | ||
Line 5: | Line 6: | ||
===== Syntax ===== | ===== Syntax ===== | ||
- | VioShowBuf (Offset, Length, VioHandle) | + | <code c> |
+ | VioShowBuf (Offset, Length, VioHandle) | ||
+ | </ | ||
===== 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. | + | |
- | ;VioHandle (HVIO) - input : This must be zero unless the caller is a Presentation Manager application, | + | |
===== 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 | + | |
- | * 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:// | Text based on [[http:// |