next up previous contents
Next: Inquire Menu Characteristics Up: Inquiry Subprograms Previous: Inquire Learn Filename

Inquire Library Modes Supported

This Subprogram allows the Operation Modes supported by the current UIPACK Library to be determined. Thus it may be used to determine whether the normal or graphics version of UIPACK was linked to.

Short Name Calling Sequence

STATUS = UIIQLI(MODE,VALID)

Long Name Calling Sequence

STATUS = UI_INQUIRE_LIBRARY(...)

Input Arguments

MODE (Integer) Operation Mode

Output Arguments

VALID (Logical) Mode supported Flag

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. The MODE Argument should be set to one of the valid UIPACK Operation Modes as defined in Appendix B. These are:-

    UIPROMPTEDMODE ) Prompted Mode UIPRMD )

    UISCROLLMODE ) Text Scroll Mode UISCMD )

    UIVIEWTEXTMODE ) Viewport/Text Mode UIVTMD )

    UIVIEWCURSORMODE ) Viewport/Cursor Mode UIVCMD )

    UIGRAPHICSMODE ) Graphics Mode UIGRMD )

  2. The VALID Argument will be set .TRUE. if the specified MODE is supported by this Library and .FALSE. if it is not.


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