next up previous contents
Next: Unlock Verb Group Up: Verb Parameter and Previous: Define Viewport for

Lock Verb Group

This Subprogram locks the currently setup Group such that no more Verbs, Menus etc. may be specified until the Group is unlocked by a call to UI_UNLOCK_GROUP.

Short Name Calling Sequence

STATUS = UILKGP(PASSWD)

Long Name Calling Sequence

STATUS = UI_LOCK_GROUP(...)

Input Arguments

PASSWD (Integer*4) Password

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI ) UI__ILLEGAL_GROUP ) Illegal Group UIILGP ) UI__LOCKED_GROUP ) Locked Group UIGLOK ) Note:

  1. The currently setup Group will be locked until a later call to UI_UNLOCK_GROUP with the same Password.
  2. Error UI__LOCKED_GROUP will be signalled if the currently setup Group is already locked.
  3. The Password must not be set to zero, or the request will be ignored.
  4. Groups are unlocked by default.


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