•  Back 
  •  Shell library 
  •  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-File8.18.6  shel_rdef                                                  TOS

 Name:         »Shell read default« - Inquire the default program.

 Opcode:       126

 Syntax:       int16_t shel_rdef ( int8_t *lpcmd, int8_t *lpdir );

 Description:  The call shel_rdef permits inquiring the program to be 
               launched at the termination of the current one (the 
               desktop, as a rule). The following apply:

                Parameter  Meaning

                lpcmd      Pointer to a string of sufficient size to 
                           hold the name of the application

                lpdir      Pointer to a string of sufficient size to 
                           hold the path of the application

 Return value: This is not known at present.

 Availability: Under PC-GEM, the function is available as of version 
               2.0; otherwise in KAOS 1.4.2 and MagiC. The presence of 
               this function can be ascertained with appl_getinfo 
               (opcode 5).

 Group:        Shell library

 See Also:     Binding   shel_wdef   MagiC