NdisFreeNetBufferListPool - NtDoc

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

NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBufferListPool(
  [in] NDIS_HANDLE PoolHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NdisFreeNetBufferListPool function

Description

Call the NdisFreeNetBufferListPool function to free a NET_BUFFER_LIST structure pool.

Parameters

PoolHandle [in]

A handle that was obtained from a call to the NdisAllocateNetBufferListPool function.

Remarks

Before freeing a NET_BUFFER_LIST structure pool, you must free all the NET_BUFFER_LIST structures in the pool. To free a NET_BUFFER_LIST structure, call the NdisFreeNetBufferList function.

See also

NET_BUFFER_LIST

NdisAllocateNetBufferListPool

NdisFreeNetBufferList