Ceci est une version archivée de
Metastatus() à 2005-06-01 21:42:35.
LONG Metastatus( drive,buffer )
WORD drive;
metastatus_t *buffer;
Opcode
54 (0x36)
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'.
buffer is a pointer to a 32 bytes buffer, which must be zeroed before calling the function.
Binding
pea buffer
move.w drive,-(sp)
move.w #$36,-(sp)
trap #14
addq.l #8,sp
Return Value
The LONG value contains a negative error code, or a value with the following bits set:
bit 3 set: media has been changed.