next up previous contents
Next: Inquire Get Input Up: Inquiry Subprograms Previous: Inquire Error Reporting

Inquire Error Flush Mode

This Subprogram allows the current Error Flush Mode to be determined.

Short Name Calling Sequence

STATUS = UIIQFL(MODE)

Long Name Calling Sequence

STATUS = UI_INQUIRE_FLUSH(...)

Input Arguments

None

Output Arguments

MODE (Logical) Error Flush Mode

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

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

    UIFLUSHDISABLED ) Error Flushing Disabled UIERDI )

    UIFLUSHENABLED ) Error Flushing Enabled UIEREN )

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

  2. The Error Flush Argument MODE will be set to UI_FLUSH_DISABLED if UIPACK has not been initialised.


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