WikiPendium

(beta)

Metainit()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-44-204-204-14.compute-1.amazonaws.com

Metainit()


VOID Metainit( metainit )

metainit_t * metainit;

Metainit() is used in applications to know which MetaDOS devices are available.

Opcode

48 (0x30)

Availability

Metainit() can always be used, even when the MetaDOS program is not installed.

Parameters

metainit is a pointer to a metainit_t structure.

Binding

	pea	metainit
	move.w	#$30,-(sp)
	trap	#14
	addq.l	#6,sp


Comments

The metainit structure must be zeroed before calling the Metainit() function. If the function is not available (no driver installed), then metainit->version will still be NULL. It means that no MetaDOS driver is installed, and that there is no MetaDOS device available.

See Also

metainit_t, metainfo_t

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]