Adds a device to the system
Source position: exec.pas line 1837
procedure AddDevice( |
Device: PDevice |
); |
Device |
|
Pointer to a initialized device structure |
This function adds a new device to the system device list, making it available to other programs. The device must be ready to be opened at this time.
|
Remove a device from the system |
|
|
Open a device for use |
|
|
Close access to a device. |
|
|
Construct a library |