Inhibits access to a filesystem
Source position: amigados.pas line 1662
function Inhibit( |
const name: pCHAR; |
onoff: LongInt |
):LongBool; |
const name: string; |
onoff: LongInt |
):Boolean; |
name |
|
Name of device to inhibit (with ':') |
onoff |
|
name |
|
Name of device to inhibit (with ':') |
onoff |
|
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.