FltFreeGenericWorkItem - NtDoc

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

VOID FLTAPI FltFreeGenericWorkItem(
  [in] PFLT_GENERIC_WORKITEM FltWorkItem
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltfreegenericworkitem)

FltFreeGenericWorkItem function

Description

The FltFreeGenericWorkItem routine frees a work item allocated by the FltAllocateGenericWorkItem routine.

Parameters

FltWorkItem [in]

Opaque pointer to the work item to be freed.

Return value

None

Remarks

FltFreeGenericWorkItem frees an FLT_GENERIC_WORKITEM structure that was allocated by a previous call to FltAllocateGenericWorkItem. The freed memory is returned to nonpaged pool.

See also

FltAllocateGenericWorkItem

FltQueueGenericWorkItem