[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        RemDosEntry -- Removes a Dos list entry from it's list (v36)

   SYNOPSIS
        success = RemDosEntry(dlist)
        D0                     D1

        bool remdosentry(struct doslist *)

   FUNCTION
        This removes an entry from the Dos device list.  the memory associated
        with the entry is NOT freed.  NOTE: you must have locked the Dos list
        with the appropriate flags before calling this routine.  Handler
        writers should see the adddosentry() caveats about locking and use
        a similar workaround to avoid deadlocks.

   INPUTS
        dlist   - device list entry to be removed.

   RESULT
        success - Success/failure indicator

   SEE ALSO
        adddosentry(), finddosentry(), nextdosentry(), lockdoslist(),
        makedosentry(), freedosentry()