SLIST_ENTRY (Compact 2013)
3/28/2014
This structure represents an item in a singly linked list.
Syntax
typedef struct _SLIST_ENTRY {
Struct _SLIST_ENTRY * Next;
} SLIST_ENTRY, *PSLIST_ENTRY;
Members
- Next
Pointer to an SLIST_ENTRY structure that represents the next item in a singly linked list.
Example
To view a code example that uses this structure, see Interlocked Singly Linked List Reference.
Requirements
Header |
windows.h |
See Also
Reference
Interlocked Singly Linked List Reference
InitializeSListHead
InterlockedPopEntrySList
InterlockedPushEntrySList