Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
NDIS drivers call this function to free a specified work item.
Syntax
VOID
NdisFreeIoWorkItem(
IN NDIS_HANDLE NdisIoWorkItemHandle
);
Parameters
- NdisIoWorkItemHandle
A handle to a private NDIS_IO_WORKITEM structure that was returned by a previous call to the NdisAllocateIoWorkItem function.
Return Value
None
Remarks
NdisFreeIoWorkItem calls IoFreeWorkItem to free the structure that is specified by the NdisIoWorkItemHandle parameter.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS I/O Work Item Functions
NdisAllocateIoWorkItem
NdisQueueIoWorkItem