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

FreeDeviceProc

Releases port returned by GetDeviceProc()

Declaration

Source position: amigados.pas line 2353

procedure FreeDeviceProc(

  Dp: PDevProc

);

Arguments

Dp

  

A value returned by GetDeviceProc()

Description

Frees up the structure created by GetDeviceProc(), and any associated temporary locks.

Decrements the counter incremented by GetDeviceProc(). The counter is in an extension to the 1.3 process structure. After calling FreeDeviceProc(), do not use the port or lock again! It is safe to call FreeDeviceProc(nil).

See also

GetDeviceProc

  

Finds a handler to send a message to

AssignLock

  

Creates an assignment to a locked object

AssignLate

  

Creates an assignment to a specified path later

AssignPath

  

Creates an assignment to a specified path


Documentation generated on: 2017-01-10