•  Back 
  •  VDI Workstation 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filev_clear_disp_list()
v_updwk()
v_clrwk()                                                               VDI

Syntax

VOID v_clrwk( handle )
WORD handle;

Function      v_clrwk() clears a physical workstation.

Opcode        3

Availability  Supported by all drivers.

Parameters    handle specifies a valid workstation.

Binding       contrl[0] = 3;
              contrl[1] = contrl[3] = 0;
              contrl[6] = handle;

              vdi();

Comments      Physical workstations are cleared automatically when they
              are opened.
              This call will generate a form feed on page-oriented
              devices. Using this command on a virtual workstation will
              clear the underlying physical workstation. This is generally
              not recommended because it will effect all virtual
              workstations not simply your own.

See Also      v_clear_disp_list(), v_updwk()

Group         VDI Workstation