typedef struct _CM_WORKITEM { LIST_ENTRY ListEntry; PVOID WorkerRoutine; PVOID Parameter; } CM_WORKITEM, *PCM_WORKITEM;
Windows Vista Kernel Structures