// nblapi.h
NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBufferListPool(
[in] NDIS_HANDLE PoolHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
Call the NdisFreeNetBufferListPool function to free a NET_BUFFER_LIST structure pool.
PoolHandle [in]A handle that was obtained from a call to the NdisAllocateNetBufferListPool function.
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.