typedef struct _SINGLE_LIST_ENTRY { PSINGLE_LIST_ENTRY Next; } SINGLE_LIST_ENTRY, *PSINGLE_LIST_ENTRY;
Windows Vista Kernel Structures