Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 2.25 KB

nf-ndis-ndisfreeioworkitem.md

File metadata and controls

82 lines (61 loc) · 2.25 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ndis.NdisFreeIoWorkItem
NdisFreeIoWorkItem function (ndis.h)
NDIS drivers call the NdisFreeIoWorkItem function to free a specified work item.
netvista\ndisfreeioworkitem.htm
netvista
05/02/2018
NdisFreeIoWorkItem function
NdisFreeIoWorkItem, NdisFreeIoWorkItem function [Network Drivers Starting with Windows Vista], ndis/NdisFreeIoWorkItem, ndis_work_items_ref_50b3859f-f34b-4cae-b7ef-935f1aae82cb.xml, netvista.ndisfreeioworkitem
ndis.h
Ndis.h
Universal
Supported in NDIS 6.0 and later.
Init_NdisAllocateIoWorkItem, Irql_Miscellaneous_Function
Ndis.lib
<= DISPATCH_LEVEL
Windows
NdisFreeIoWorkItem
ndis/NdisFreeIoWorkItem
APIRef
kbSyntax
LibDef
ndis.lib
ndis.dll
NdisFreeIoWorkItem

NdisFreeIoWorkItem function

-description

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

-parameters

-param 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