next up previous contents
Next: Use a Verb Up: Verb Parameter and Previous: Deassign Drop a

Define a Verb Group

This Subprogram may be used to define the Group to which all subsequently defined Verbs will belong (unless explicitly overridden by another call to UI_DEFINE_GROUP or UI_USE_GROUP).

Short Name Calling Sequence

STATUS = UIDFGP(GROUP)

Long Name Calling Sequence

STATUS = UI_DEFINE_GROUP(...)

Input Arguments

GROUP (Integer) Group ID

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_GROUP ) Illegal Group ID UIILGP )

UI__DUPLICATE_GROUP ) Duplicate Group ID UIDUGP )

UI__OVERFLOW ) Work Space Overflow UIOVRF ) Note:

  1. Group Numbers must lie in the range 1-4095. Group 0 is always defined and therefore cannot be defined by a call to this subprogram.


Liz Buckle
Fri Jan 13 17:24:10 CST 1995