This Subprogram allows the current Get Input Mode (synchronous or asynchronous) for the Prompted Input Subprograms to be determined.
Short Name Calling Sequence
STATUS = UIIQGI(MODE)
Long Name Calling Sequence
STATUS = UI_INQUIRE_GET_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:
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).