.TH uload "" "" "Entry-Point Routine"
.PC "Routine to execute upon unloading the driver from memory"
.PP
Under the internal \*(CO device-driver interface,
the entry point
.B uload
gives access to the routine to execute when the driver is unloaded from memory.
Its address is kept in field
.B c_uload
of the driver's
.B CON
structure.
.PP
This routine is unused at this time because \*(CO does not support
loadable drivers.
.SH "See Also"
.B
CON,
entry-point routines
.R
