Differences
This shows you the differences between two versions of the page.
en:ibm:prcp:vio:getansi [2016/02/04 09:28] – created valerius | en:ibm:prcp:vio:getansi [2016/09/14 10:53] (current) – valerius | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== VioGetAnsi ==== | ==== VioGetAnsi ==== | ||
+ | |||
+ | **Bindings**: | ||
This call returns the current ANSI status On/Off state. | This call returns the current ANSI status On/Off state. | ||
Line 18: | Line 20: | ||
|465 |ERROR_VIO_DETACHED | | |465 |ERROR_VIO_DETACHED | | ||
+ | === C bindings === | ||
+ | |||
+ | <code c> | ||
+ | #define INCL_VIO | ||
+ | |||
+ | USHORT | ||
+ | |||
+ | PUSHORT | ||
+ | HVIO | ||
+ | |||
+ | USHORT | ||
+ | </ | ||
+ | |||
+ | === MASM bindings === | ||
+ | |||
+ | <code asm> | ||
+ | EXTRN VioGetAnsi: | ||
+ | INCL_VIO | ||
+ | |||
+ | PUSH@ WORD Indicator | ||
+ | PUSH | ||
+ | CALL | ||
+ | |||
+ | Returns WORD | ||
+ | </ |