NdisFreeIoWorkItem - NtDoc

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

VOID NdisFreeIoWorkItem(
  [in] NDIS_HANDLE NdisIoWorkItemHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisfreeioworkitem)

NdisFreeIoWorkItem function

Description

NDIS drivers call the NdisFreeIoWorkItem function to free a specified work item.

Parameters

NdisIoWorkItemHandle [in]

A handle to a private NDIS_IO_WORKITEM structure that was returned by a previous call to the NdisAllocateIoWorkItem function.

Remarks

NdisFreeIoWorkItem calls IoFreeWorkItem to free the structure that is specified by the NdisIoWorkItemHandle parameter.

See also

IoFreeWorkItem

NDIS I/O Work Items

NdisAllocateIoWorkItem

NdisQueueIoWorkItem