Differences
This shows you the differences between two versions of the page.
| en:docs:fapi:vioderegister [2021/09/11 08:11] – created prokushev | en:docs:fapi:vioderegister [2021/09/19 05:31] (current) – prokushev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{page> | ||
| + | ====== VioDeRegister ====== | ||
| + | |||
| This call deregisters a alternate video subsystem previously registered within a session. | This call deregisters a alternate video subsystem previously registered within a session. | ||
| + | ===== Syntax ===== | ||
| - | ==Syntax== | ||
| <code c> | <code c> | ||
| Line 7: | Line 10: | ||
| </ | </ | ||
| - | ==Parameters== | + | ===== Parameters ===== |
| rc (USHORT) - return: | rc (USHORT) - return: | ||
| Line 16: | Line 20: | ||
| *494 ERROR_VIO_EXTENDED_SG | *494 ERROR_VIO_EXTENDED_SG | ||
| - | ==Remarks== | + | ===== Remarks ===== |
| VioDeRegister must be issued by the same process that issued the previous [[VioRegister]]. After VioDeRegister is issued, subsequent video calls are processed by the Base Video Subsystem. | VioDeRegister must be issued by the same process that issued the previous [[VioRegister]]. After VioDeRegister is issued, subsequent video calls are processed by the Base Video Subsystem. | ||
| - | ==Bindings== | + | ===== Bindings |
| - | ===C=== | + | |
| + | ====C==== | ||
| <code c> | <code c> | ||
| #define INCL_VIO | #define INCL_VIO | ||
| Line 28: | Line 34: | ||
| </ | </ | ||
| - | ===MASM=== | + | ====MASM==== |
| <code asm> | <code asm> | ||
| EXTRN VioDeRegister: | EXTRN VioDeRegister: | ||
| Line 40: | Line 46: | ||
| [[http:// | [[http:// | ||
| + | |||
| + | {{page> | ||




