Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 2.33 KB

nf-nblapi-ndisfreenetbufferlistcontext.md

File metadata and controls

85 lines (63 loc) · 2.33 KB
UID title ms.date targetos description tech.root req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:nblapi.NdisFreeNetBufferListContext
NdisFreeNetBufferListContext
11/30/2020
Windows
Call the NdisFreeNetBufferListContext function to release context space in the NET_BUFFER_LIST_CONTEXT structure of a NET_BUFFER_LIST structure.
netvista
function
Irql_NetBuffer_Function
ndis/nblapi.h
ndis.h
<= DISPATCH_LEVEL
Ndis.lib
Supported in NDIS 6.0 and later.
Universal
apiref
LibDef
nblapi.h
NdisFreeNetBufferListContext
NdisFreeNetBufferListContext
nblapi/NdisFreeNetBufferListContext
c++

NdisFreeNetBufferListContext function

-description

Call the NdisFreeNetBufferListContext function to release context space in the NET_BUFFER_LIST_CONTEXT structure of a

NET_BUFFER_LIST structure.

-parameters

-param NetBufferList [in]

A pointer to a previously allocated NET_BUFFER_LIST structure.

-param ContextSize [in]

The amount of context space to free.

-remarks

NdisFreeNetBufferListContext releases context space that was allocated in a previous call to NdisAllocateNetBufferListContext. If NdisAllocateNetBufferListContext allocated memory to satisfy in the call to NdisAllocateNetBufferListContext, NdisFreeNetBufferListContext frees the allocated memory.

-see-also

NET_BUFFER_LIST

NET_BUFFER_LIST_CONTEXT

NdisAllocateNetBufferListContext