RemoveEntryList

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

At a Glance

Header file: Ntcompat.h
Windows CE versions: 2.0 and later

Syntax

VOID RemoveEntryList( IN PLIST_ENTRY Entry );

Parameters

Entry
Pointer to the entry.

Remarks

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.

See Also

InitializeListHead, IsListEmpty, RemoveHeadList, RemoveTailList