Remove a device from the system
Source position: exec.pas line 1266
procedure RemDevice( |
device: pDevice |
); |
device |
|
A pointer to a device node |
This function calls the device's EXPUNGE vector, which requests that a device delete itself. The device may refuse to do this if it is busy or currently open. This is not typically called by user code.
There are certain, limited circumstances where it may be appropriate to attempt to specifically flush a certain device.
|
Adds a device to the system |
|
|
Open a device for use |
|
|
Close access to a device. |