This function resets the links for an entry from a doubly linked, driver-managed list.
| Header file: | Ntcompat.h | 
| Windows CE versions: | 2.0 and later | 
VOID RemoveEntryList( IN PLIST_ENTRY Entry );
A driver that calls this function can be running at IRQL >= DISPATCH_LEVEL only if the caller-allocated storage for Entry is resident.
This function sets the forward and backward links for the entry to each other.
InitializeListHead, IsListEmpty, RemoveHeadList, RemoveTailList