This Subprogram may be used to deassign (drop) a previously assigned Viewport ID. If the Viewport has any Menus associated with it then they will be redirected to the MENU Viewport for subsequent displays. This request will be treated as illegal if the specified Viewport is Locked.
Short Name Calling Sequence
STATUS = UIDRVP(VPRTID)
Long Name Calling Sequence
STATUS = UI_DROP_VIEWPORT(...)
Input Arguments
VPRTID (Integer) Viewport ID
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package Not Initialized UININI )
UI__ILLEGAL_VIEWPORT ) Illegal Viewport ID UIILVP )
UI__LOCKED_VIEWPORT ) Viewport Locked UIVLOK )
Note: