struct WORK_QUEUE_ENTRY

typedef struct _WORK_QUEUE_ENTRY
{
     LIST_ENTRY WorkQueueLinks;
     LIST_ENTRY CoalescedWorkQueueLinks;
     ULONG Parameters;
     UCHAR Function;
} WORK_QUEUE_ENTRY, *PWORK_QUEUE_ENTRY;

Windows Vista Kernel Structures