WikiPendium

(beta)

Metadiscinfo()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-3-12-34-36.us-east-2.compute.amazonaws.com

Metadiscinfo()


LONG Metadiscinfo( drive, discinfo )

WORD drive;
bos_discinfo_t *discinfo;

Metadiscinfo() reads some CD information.

Opcode

63 (0x3f)

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'.
discinfo is a pointer to a bos_discinfo_t structure, which will be filled by the function upon return.

Binding

	pea	discinfo
	move.w	drive,-(sp)
	move.w	#$3f,-(sp)
	trap	#14
	addq.l	#8,sp


Return Value

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

See Also

bos_discinfo_t, bos_tocentry_t

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