Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.08 KB

nf-nblapi-ndisgetpoolfromnetbufferlist.md

File metadata and controls

75 lines (61 loc) · 2.08 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.NdisGetPoolFromNetBufferList
NdisGetPoolFromNetBufferList
11/30/2020
Windows
Call the NdisGetPoolFromNetBufferList function to get the NET_BUFFER_LIST structure pool handle that is associated with a specified 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
NdisGetPoolFromNetBufferList
NdisGetPoolFromNetBufferList
nblapi/NdisGetPoolFromNetBufferList
c++

NdisGetPoolFromNetBufferList function

-description

Call the NdisGetPoolFromNetBufferList function to get the NET_BUFFER_LIST structure pool handle that is associated with a specified NET_BUFFER_LIST structure.

-parameters

-param NetBufferList [in]

A pointer to a previously allocated NET_BUFFER_LIST structure.

-returns

NdisGetPoolFromNetBufferList returns a handle to the NET_BUFFER_LIST structure pool that is associated with the specified NET_BUFFER_LIST structure.

-remarks

The handle that NdisGetPoolFromNetBufferList returns is a required parameter in calls to NDIS functions that manipulate the NET_BUFFER_LIST structures that are from the associated NET_BUFFER_LIST structure pool.

-see-also

NET_BUFFER_LIST