This Subprogram simulates Cancellation detection if it is enabled. The internal Cancellation Detection flag will be set and any User-specified Cancellation Subroutine will be called. A subsequent call to UI_TEST_CANCEL will result in cancellation being detected.
This Feature only implemented
for VAX/VMS Systems in Text Mode
Short Name Calling Sequence
STATUS = UISICA(DUMMY)
Long Name Calling Sequence
STATUS = UI_SIMULATE_CANCEL(...)
Input Arguments
DUMMY (Integer) Dummy Function Argument
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC ) (Cancel not enabled)
UI__CANCELLED ) Success UICANC ) (Cancel enabled)
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note: