// wdm.h
ULONG IoSizeofWorkItem();
View the official Windows Driver Kit DDI reference
No description available.
The IoSizeofWorkItem routine returns the size, in bytes, of an IO_WORKITEM structure.
IoSizeofWorkItem returns the number of bytes necessary to hold an IO_WORKITEM structure.
For more information about work items, see System Worker Threads.