Home  /  Autodocs  /  ramdrive.device

NAME

TD_PROTSTATUS
return whether the ram is write-protected.

FUNCTION

This command is used to determine whether the ram drive is currently write-protected. The write protection status can be set with bit 0 of the flags value of OpenDevice().

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.

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