Previous Next Up Title Contents Index Functions Index Top Library

CLOSE WORKSTATION

tclose_ws


CALL SEQUENCE

void tclose_ws (wkid)

INPUT PARAMETERS

Pint	wkid;

ARGUMENTS

wkid
Workstation identifier

EFFECT

This function closes the workstation identified by wkid. The workstation status tables and the connection made by the topen_ws function are freed.

If wkid workstation corresponds to a file (e.g. a PostScript output), tclose_ws closes this file. If wkid workstation has opened an X-Window, this later is closed by tclose_ws.


Previous Next Up Title Contents Index Functions Index Top Library