InsertHeadList

InsertHeadList inserts an entry at the head of a doubly linked, driver-managed list.

Syntax

VOID InsertHeadList(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