InsertTailList

InsertTailList inserts an entry at the tail of a doubly linked, driver-managed list.

Syntax

VOID InsertTailList(IN PLIST_ENTRY ListHead, IN PLIST_ENTRY Entry);

At a Glance

Header File: Ntcompat.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit