•  Back 
  •  Control 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.10.19  v_killoutline                                             TOS

 Name:         »Kill FSM outline« - Release memory for outline 
               generation

 Opcode:       242

 Syntax:       void v_killoutline ( int16_t handle, fsm_component_t 
               *component );

 Description:  The call v_killoutline releases the memory allocated 
               for the creation of font outlines. The following apply:

                Parameter  Meaning

                handle     Workstation identifier
                component  Address of an outline generated with 
                           v_getoutline

               Note: The function should always be called as soon as 
               an outline is no longer needed. Otherwise there is a 
               risk of running out of memory.

 Return value: The function does not return a result.

 Availability: In FSMGDOS; no longer needed from SpeedoGDOS 4.00 on, 
               so is not documented further.

 Group:        Control functions

 See Also:     GDOS   SpeedoGDOS   v_getoutline