WikiPendium

(beta)

Metastopaudio()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-18-188-20-56.us-east-2.compute.amazonaws.com

Metastopaudio()


LONG Metastopaudio( drive )

WORD drive;

Metastopaudio() stops playing an audio CD.

Opcode

60 (0x3c)

Availability

A MetaDOS driver must be installed.

Parameters

drive is the letter of a MetaDOS device, i.e. the ASCII code for any character from 'A' to 'Z'.

Binding

	move.w	drive,-(sp)
	move.w	#$3c,-(sp)
	trap	#14
	addq.l	#4,sp


Return Value

The LONG value contains 0 if the operation was successful, or a negative error code.

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