next up previous contents
Next: Prompt for Verb Up: Help Subprograms Previous: Define Viewport for

Drop Help File for Verb Group

This Subroutine removes a Help File from being associated with the currently Setup Verb Group. Subsequent requests for Help from the User will only be responded to by a limited Help facility.

Short Name Calling Sequence

STATUS = UIDRHE(DUMMY)

Long Name Calling Sequence

STATUS = UI_DROP_HELP(....)

Input Arguments

DUMMY (Integer) Dummy Function Argument

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_GROUP ) Illegal Verb Group UIILGP )

UI__LOCKED_GROUP ) Locked Verb Group UIGLOK )

Note:

  1. Error UI__LOCKED_GROUP will be returned if the currently setup Verb Group has been locked by a prior call to UI_LOCK_GROUP.


Liz Buckle
Fri Jan 13 17:37:44 CST 1995