next up previous contents
Next: Define Verb Up: Verb Parameter and Previous: Lock Verb Group

Unlock Verb Group

This Subprogram unlocks the currently setup Group such that Verbs, Menus etc. may be specified.

Short Name Calling Sequence

STATUS = UIULGP(PASSWD)

Long Name Calling Sequence

STATUS = UI_UNLOCK_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 ) Note:

  1. The Password must correspond to that used to lock the Group in a prior call to UI_LOCK_GROUP or the request will be ignored and error UI__ILLEGAL_GROUP will be returned.
  2. Groups are unlocked by default.


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