next up previous contents
Next: Inquire Input Logical Up: Inquiry Subprograms Previous: Inquire Indirect Command

Inquire Input Mode

This Subprogram allows the current Input Mode (synchronous or asynchronous) to be determined.

Short Name Calling Sequence

STATUS = UIIQIN(MODE)

Long Name Calling Sequence

STATUS = UI_INQUIRE_INPUT(...)

Input Arguments

None

Output Arguments

MODE (Integer) Input Mode (See Notes)

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. The MODE Argument may take on two values:-

    UIINPUTSYNCHRONOUS ) UIINPUTWAIT ) Synchronous Input Mode UISYNC ) UIWAIT )

    UIINPUTASYNCHRONOUS ) UIINPUTNOWAIT ) Asynchronous Input Mode UIASYN ) UINOWA )

    Where these parameters are defined in the UIPACK Parameter Include files (see Appendix B).

  2. The Input Mode Argument MODE will be set to UI_INPUT_SYNCHRONOUS if UIPACK has not been initialised.


Liz Buckle
Fri Jan 13 17:30:40 CST 1995