typedef struct _SLIST_HEADER { union { UINT64 Alignment; struct { SINGLE_LIST_ENTRY Next; WORD Depth; WORD Sequence; }; }; } SLIST_HEADER, *PSLIST_HEADER;
Windows Vista Kernel Structures