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

CloseDevice

Close access to a device.

Declaration

Source position: exec.pas line 1995

procedure CloseDevice(

  ioRequest: PIORequest

);

Arguments

ioRequest

  

A pointer to an I/O request structure

Description

This function informs the device that access to a device/unit previously opened has been concluded. The device may perform certain house-cleaning operations.

The user must ensure that all outstanding IORequests have been returned before closing the device. The AbortIO function can kill any stragglers.

After a close, the I/O request structure is free to be reused.

See also

OpenDevice

  

Open a device for use


Documentation generated on: 2021-07-30