(C) 1998 AROS - The Amiga Research OS
NAME
void RemDevice (device)
LOCATION
In SysBase at offset 73
SYNOPSIS
struct Device * device
FUNCTION
Calls the given device's expunge vector, thus trying to delete it. The device may refuse to do so and still be open after this call.
INPUTS
device
Pointer to the device structure.
RESULT
EXAMPLE
SEE ALSO
AddDevice(), OpenDevice(), CloseDevice().
NOTES
BUGS
INTERNALS
HISTORY