SList Functions (Compact 2013)
3/28/2014
This section lists the functions that you use to manage items in an Interlocked Singly Linked List (SList) with a description of each.
- InitializeSListHead
Initializes the head of a singly linked list.
- InterlockedFlushSList
Removes all items from a singly linked list.
- InterlockedPopEntrySList
Removes an item from the front of a singly linked list.
- InterlockedPushEntrySList
Inserts an item at the front of a singly linked list.
- QueryDepthSList
Retrieves the number of entries in the specified singly linked list.
Requirements
Header |
windows.h |
Library |
coredll.dll |