next up previous contents
Next: Timed Service Processes Up: Process Server Subprograms Previous: Service Processes

End Servicing of Processes

This Subprogram terminates the servicing of Client Process requests (handled by prior calls to UI_BEGIN_SERVICE_PROCESSES and UI_SERVICE_PROCESSES) and restores the Application Program to the configuration at the time of the prior call to UI_BEGIN_SERVICE_PROCESSES.

Short Name Calling Sequence

STATUS = UIESPC(DUMMY)

Long Name Calling Sequence

STATUS = UI_END_SERVICE_PROCESSES(...)

Input Arguments

DUMMY (Integer) Dummy Function Argument

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. This Subprogram must only be called following a call to UI_BEGIN_SERVICE_PROCESSES to setup the standard Server Configuration.


Liz Buckle
Fri Jan 13 17:46:53 CST 1995