Adding to linked list

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Peter Schmitz (PeterSchmitz_at_discussions.microsoft.com)
Date: 09/11/04


Date: Sat, 11 Sep 2004 15:21:02 -0700

Hi,

just one simple problem: in my driver I make use of the kernel provided
linked list functions (e.g. InsertHeadList). Now, once I need to add an item
to the list at a specific position - but I can't find a function to do so, as
they only seem to exist to add at head or tail and not at a specific
position. Can anyone help?

Thanks
Peter