On Tue, Jan 29, 2019 at 1:18 PM Rony G Flatscher <rony.flatsc...@wu.ac.at>
wrote:

> Looked thru the code, a few quick questions:
>
> If a command handler that has no redirection, would the last argument
> ioctl be NULL?
>
No, if the command handler is registered as a redirecting handler, then it
will always be passed an IOContext. You can then query the context to see
if there has been any redirection requested and what types.


> Can one query the list (names) of the currently loaded command handlers?
>

No.


> Would one be able to remove a command handler by name?
>
> No.

> —-rony
>
> Rony G. Flatscher (mobil/e)
>
> > Am 29.01.2019 um 14:02 schrieb Rony G. Flatscher <
> rony.flatsc...@wu.ac.at>:
> >
> >> On 28.01.2019 22:24, Rick McGuire wrote:
> >> I suggest you look at the test command handler that Erich just added to
> the test cases. This will
> >> show you how the command handlers are implemented and how to use the
> redirection APIs.
> >
> > Thanks, will do.
> >
> > ---rony
> >
> >
> >
> >
> > _______________________________________________
> > Oorexx-devel mailing list
> > Oorexx-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
>
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to