Home  /  Autodocs  /  carddisk.device

NAME

TD_PROTSTATUS
return whether the card is write-protected.

FUNCTION

This command is used to determine whether the current card is write-protected.

INPUTS

io_Device
Preset by the call to OpenDevice()

io_Unit
Preset by the call to OpenDevice()

io_Command
TD_PROTSTATUS

io_Flags 0 or IOF_QUICK

RESULT

io_Error
0 for success, or an error code as defined in <devices/trackdisk.h>

io_Actual
If io_Error is 0, this tells you whether the card is write-protected. 0 means the card is NOT write- protected, while any other value indicates it is.