This Subprogram allows the characteristics of the specified Menu to be determined.
Short Name Calling Sequence
STATUS = UIIQME(MENUID,MENTYP[,MAXBUT])
Long Name Calling Sequence
STATUS = UI_INQUIRE_MENU(...)
Input Arguments
MENUID (Integer) Menu ID
Output Arguments
MENTYP (Integer) Menu Type MAXBUT (Integer) Maximum Button No. (Opt)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note:
UIMENUNONE ) Non-existent Menu UINONE )
UIMENUACTION ) Action Menu UIACTN )
UIMENUSELECT ) Select Menu UISELC )
UIMENUTOGGLE ) Toggle Menu UITOGG )
UIMENUMIXED ) Value (Mixed) Menu UIMIXD )
UIMENUTEXT ) Text Menu UITEXT )
Where these parameters are defined in the UIPACK Parameter Include files (see Appendix B).