Docs » Autodocs » dos.library » Inhibit
Inhibit -- Inhibits access to a filesystem (V36)
success = Inhibit(filesystem, flag) D0 D1 D2 BOOL Inhibit(STRPTR,LONG)
Sends an ACTION_INHIBIT packet to the indicated handler. This stops all activity by the handler until uninhibited. When uninhibited, anything may have happened to the disk in the drive, or there may no longer be one.
filesystem - Name of device to inhibit (with ':') flag - New status. DOSTRUE = inhibited, FALSE = uninhibited
success - Success/failure indicator
|