IoSizeofWorkItem - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

ULONG IoSizeofWorkItem();

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iosizeofworkitem)

IoSizeofWorkItem function

Description

The IoSizeofWorkItem routine returns the size, in bytes, of an IO_WORKITEM structure.

Return value

IoSizeofWorkItem returns the number of bytes necessary to hold an IO_WORKITEM structure.

Remarks

For more information about work items, see System Worker Threads.

See also

IO_WORKITEM

IoInitializeWorkItem