InsertTailList inserts an entry at the tail of a doubly linked, driver-managed list.
VOID InsertTailList(IN PLIST_ENTRY ListHead, IN PLIST_ENTRY Entry);
| Header File: | Ntcompat.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |