[Info-vax] disabling a CTRL/Y ast
Stephen Hoffman
seaohveh at hoffmanlabs.invalid
Wed Jan 6 14:36:19 EST 2016
On 2016-01-06 19:15:55 +0000, Tom Adams said:
> The AST that was set up using this code:
>
> sts = sys$qiow ( ,
> 1 %val(chn),
> 1 %val(IO$_SETMODE .or.
> 1 IO$M_CTRLYAST),
> 1 iosb,,,nulirpast,,,,,)
>
> It still runs even if I try to cancel it with this code:
>
> sts = sys$qiow ( ,
> 1 %val(chn),
> 1 %val(IO$_SETMODE .or.
> 1 IO$M_CTRLYAST),
> 1 iosb,,,%val(0),,,,,)
Any errors returned via sts or iosb? Use EFN$C_ENF. Avoid using EF0.
--
Pure Personal Opinion | HoffmanLabs LLC
More information about the Info-vax
mailing list