// ndis.h
VOID NdisFreeIoWorkItem(
[in] NDIS_HANDLE NdisIoWorkItemHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
NDIS drivers call the NdisFreeIoWorkItem function to free a specified work item.
NdisIoWorkItemHandle [in]A handle to a private NDIS_IO_WORKITEM structure that was returned by a previous call to the NdisAllocateIoWorkItem function.
NdisFreeIoWorkItem calls IoFreeWorkItem to free the structure that is specified by the NdisIoWorkItemHandle parameter.