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.6.6 edit_get_buf TOS Name: »Edit Object Get Buffer« - Examine settings: Text buffer Opcode: 216 (sub-opcode 0) Syntax: int16_t edit_get_buf ( OBJECT *tree, int16_t obj, int8_t **buf, int32_t *buflen, int32_t *txtlen ); Description: The call edit_get_buf obtains the settings of the text buffer. The following apply: Parameter Meaning tree RSC-tree of object obj Object index buf Address of buffer buflen Buffer length txtlen Current text length without EOS Return value: 0 for error, else 1 Availability: As of MagiC 5.20 by means of a shared library. Group: Editable object functions See Also: Binding