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 (flag = DOSTRUE). When uninhibited (flag == FALSE), anything may have happened to the storage medium in the drive, or there may no longer be one.
The flag parameter should be DOSTRUE unless it is FALSE because legacy file systems may check if the flag value provided is identical to DOSTRUE, rather than a value which is not FALSE.