[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

AddDevice

Adds a device to the system

Declaration

Source position: exec.pas line 1280

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: 2017-01-10