typedef struct _NBQUEUE_BLOCK { SLIST_ENTRY SListEntry; unsigned __int64 Next; unsigned __int64 Data; } NBQUEUE_BLOCK, *PNBQUEUE_BLOCK;