•  Back 
  •  Control functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.10.11  v_clswk                                                   TOS

 Name:         »Close workstation« - Close a physical workstation.

 Opcode:       2

 Syntax:       void v_clswk ( int16_t handle );

 Description:  The call v_clswk closes the device with the ID handle 
               that was opened previously with a v_opnwk call.

               The function call has the following effects on the 
               various device types:

                Device    Effect of the call

                Screen    Switch over to the alpha mode
                Plotter   Update
                Drucker   Update, if not happened already
                Metafile  File will be closed
                Camera    Update

               Note: Before calling this function one should ensure 
               that all virtual workstations on the corresponding 
               device are closed.

 Return value: The function does not return a result.

 Availability: Available only with some form of GDOS.

 Group:        Control functions

 See Also:     Binding   GDOS   v_opnwk   v_opnvwk   v_clsvwk