ReactOS 0.4.16-dev-122-g325d74c
|
#include <rtltypes.h>
Public Attributes | |
ULONGLONG | Alignment |
struct { | |
SLIST_ENTRY Next | |
USHORT Depth | |
USHORT Sequence | |
} | DUMMYSTRUCTNAME |
struct { | |
SLIST_ENTRY Next | |
WORD Depth | |
WORD Sequence | |
} | DUMMYSTRUCTNAME |
Definition at line 138 of file rtltypes.h.
ULONGLONG _SLIST_HEADER::Alignment |
Definition at line 139 of file rtltypes.h.
Referenced by RtlInterlockedFlushSList(), RtlInterlockedPopEntrySList(), RtlInterlockedPushEntrySList(), and RtlInterlockedPushListSList().
USHORT _SLIST_HEADER::Depth |
Definition at line 142 of file rtltypes.h.
Referenced by RtlInterlockedFlushSList(), RtlInterlockedPopEntrySList(), RtlInterlockedPushEntrySList(), and RtlInterlockedPushListSList().
WORD _SLIST_HEADER::Depth |
Definition at line 2703 of file winnt_old.h.
_ANONYMOUS_STRUCT struct { ... } _SLIST_HEADER::DUMMYSTRUCTNAME |
_ANONYMOUS_STRUCT struct { ... } _SLIST_HEADER::DUMMYSTRUCTNAME |
SLIST_ENTRY _SLIST_HEADER::Next |
Definition at line 141 of file rtltypes.h.
Referenced by RtlInterlockedFlushSList(), RtlInterlockedPopEntrySList(), RtlInterlockedPushEntrySList(), and RtlInterlockedPushListSList().
USHORT _SLIST_HEADER::Sequence |
Definition at line 143 of file rtltypes.h.
Referenced by RtlInterlockedPushEntrySList(), and RtlInterlockedPushListSList().
WORD _SLIST_HEADER::Sequence |
Definition at line 2704 of file winnt_old.h.