•  Back 
  •  Special graphic 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.8.1.13  vq_tray_names                                            TOS

 Name:         »Inquire tray names« - Obtain name of the paper feed-in 
               or feed-out tray.

 Opcode:       5 (Escape 36)

 Syntax:       void vq_tray_names ( int16_t handle, int8_t 
               *input_name, int8_t *output_name, int16_t *input, 
               int16_t *output );

 Description:  The call vq_tray_names obtains the name of the current 
               feed-in or feed-out tray.

                Parameter    Meaning

                handle       Workstation identifier
                input_name   Pointer to the name of the input tray
                output_name  Pointer to the name of the output tray
                input        Number of the input tray
                output       Number of the output tray

               Note: If the parameters input_name or output_name are 
               NULL-pointers, they will not be returned.

 Return value: The function returns no direct result.

 Availability: The function is only present if contrl[4] is non-zero.

 Group:        Special graphic functions

 See Also:     Binding   v_tray   v_copies   v_orient