Releases port returned by GetDeviceProc()
Source position: amigados.pas line 2073
procedure FreeDeviceProc( |
dp: PDevProc |
); |
dp |
|
A value returned by GetDeviceProc() |
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).
|
Finds a handler to send a message to |
|
|
Creates an assignment to a locked object |
|
|
Creates an assignment to a specified path later |
|
|
Creates an assignment to a specified path |