•  Back 
  •  VA 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-File13.1.3.19  VA_THAT_IZIT                                            TOS

 Name:         »VA_THAT_IZIT«

 Number:       0x4733

 Description:  The AV-Server tells an application on request what 
               object is placed at a given position on the screen.

                Parameter  Meaning

                WORD 3     ID of the appropriate application

                WORD 4     Object type:

                            VA_OB_UNKNOWN   (0)  =  Unknown 
                            VA_OB_TRASHCAN  (1)  =  Trash can 
                            VA_OB_SHREDDER  (2)  =  Shredder 
                            VA_OB_CLIPBOARD (3)  =  Clipboard 
                            VA_OB_FILE      (4)  =  File 
                            VA_OB_FOLDER    (5)  =  Folder 
                            VA_OB_DRIVE     (6)  =  Drive 
                            VA_OB_WINDOW    (7)  =  Window 
                            VA_OB_NOTEPAD   (8)  =  Notepad 
                            VA_OB_NOTE      (9)  =  Note 

                WORD 5+6   Pointer to the name of the object(s), or 
                           NULL if there was nothing.

               All other values are reserved for future purposes.

 Group:        VA functions

 See Also:     AV_WHAT_IZIT   AV protocol