RemoveEntryList

VOID
    RemoveEntryList(

        IN PLIST_ENTRY  Entry
        );

RemoveEntryList resets the links for an entry from a doubly linked, driver-managed list.

Parameters

Entry
Points to the entry.

Comments

Callers of RemoveEntryList can be running at IRQL >= DISPATCH_LEVEL only if the caller-allocated storage for Entry is resident.

RemoveEntryList sets the forward and backward links for the entry to each other.

See Also

InitializeListHead, IsListEmpty, RemoveHeadList, RemoveTailList