// fltkernel.h
VOID FLTAPI FltFreeGenericWorkItem(
[in] PFLT_GENERIC_WORKITEM FltWorkItem
);
View the official Windows Driver Kit DDI referenceNo description available.
The FltFreeGenericWorkItem routine frees a work item allocated by the FltAllocateGenericWorkItem routine.
FltWorkItem [in]Opaque pointer to the work item to be freed.
None
FltFreeGenericWorkItem frees an FLT_GENERIC_WORKITEM structure that was allocated by a previous call to FltAllocateGenericWorkItem. The freed memory is returned to nonpaged pool.