Home  /  Autodocs  /  ramdrive.device

NAME

KillRAD
kill ramdrive.device unit

SYNOPSIS

devName = KillRAD(unit)

char *KillRAD( ULONG );

FUNCTION

Kill a RAD: disk and return its memory. First, remove the system hooks that recover the disk memory after reset, then free the disk memory, and return the dos device name.

INPUTS

unit
the unit of the ramdrive.device to kill.

RESULT

devName
a pointer to the colon terminated device name that was associated with this unit. This is a null terminated C string.