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-File4.13.11 Metainit TOS Name: »Metainit« - Obtain information about the installed MetaDOS version. Opcode: 48 Syntax: void Metainit( META_INFO_1 *buffer ); Description: The XBIOS routine Metainit obtains information about the currently installed version of MetaDOS, and the devices known to it. The following procedure is suggested: . Clear the contents of META_INFO_1 structure . Call the function Metainit . Test whether the element version still holds a NULL-pointer (then MetaDOS is not installed. Return value: The function returns no direct result. Availability: This function is only available when MetaDOS has been installed. Group: Drive functions See also: Binding