Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

AddDevice

Adds a device to the system

Declaration

Source position: exec.pas line 1837

procedure AddDevice(

  Device: PDevice

);

Arguments

Device

  

Pointer to a initialized device structure

Description

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.

See also

RemDevice

  

Remove a device from the system

OpenDevice

  

Open a device for use

CloseDevice

  

Close access to a device.

MakeLibrary

  

Construct a library


Documentation generated on: 2021-07-30