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.10.1 fslx_close TOS Name: »File selectionX close« - Close the file-selector and release memory. Opcode: 191 Syntax: int16_t fslx_close ( void *fsd ); Description: The call fslx_close closes the file-selector, and releases the specified descriptor. The following apply: Parameter Meaning fsd Descriptor that was passed at the successful opening of a file-selector window Return value: The function returns the value 1 if successful, else the value 0. Availability: The presence of this call should be checked for using appl_getinfo (opcode 7). Group: Extended file-selectors See Also: Binding fslx_open