WikiPendium

(beta)

Metastartaudio()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-3-129-247-196.us-east-2.compute.amazonaws.com

Metastartaudio()


LONG Metastartaudio( drive, dummy, tracks )

WORD drive;
WORD dummy;
bos_tracks_t *tracks;

Metastartaudio() start playing an audio CD.

Opcode

59 (0x3b)

Availability

A MetaDOS driver must be installed (see Metainit()).

Parameters

drive is the letter of a MetaDOS device, i.e. the ASCII code for any character from 'A' to 'Z'.
dummy is an unknown parameter.
tracks is a pointer to a bos_tracks_t structure.

Binding

	pea	tracks
	clr.w	-(sp)
	move.w	drive,-(sp)
	move.w	#$3b,-(sp)
	trap	#14
	lea	10(sp),sp


Return Value

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

See Also

bos_tracks_t, Metainit()

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