NdisGetPoolFromNetBufferList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nblapi.h

NDIS_EXPORTED_ROUTINE NDIS_HANDLE NdisGetPoolFromNetBufferList(
  [in] NET_BUFFER_LIST const *NetBufferList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblapi-ndisgetpoolfromnetbufferlist)

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

NetBufferList [in]

A pointer to a previously allocated NET_BUFFER_LIST structure.

Return value

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