(C) 1998 AROS - The Amiga Research OS


NAME
#include <dos/dosextens.h>
#include <proto/dos.h>

void FreeDeviceProc (dp)

LOCATION
In DOSBase at offset 108

SYNOPSIS
struct DevProc * dp

FUNCTION
FreeDeviceProc() will clean up after a call to GetDeviceProc().

INPUTS
dp
DevProc structure as returned by GetDeviceProc().

RESULT
Some memory and other resources returned to the system.

EXAMPLE

SEE ALSO
GetDeviceProc()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
01.01.1998 iaint
Some more functions. These adapted from the DoName() code, they do support multi-assigns.
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column