•  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_clrwk()
v_form_adv()
v_updwk()                                                               VDI

Syntax

VOID v_updwk( handle )
WORD handle;

Function      v_updwk() outputs the current page to the specified device.

Opcode        4

Availability  Supported by all printer, metafile, plotter, and camera
              devices when using any form of GDOS.

Parameters    handle specifies a valid workstation handle.

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

              vdi();

Comments      This call does not cause the 'page' to be ejected. You must
              use either v_clrwk() or v_form_adv() to accomplish that.

See Also      v_clrwk(), v_form_adv()

Group         VDI Workstation