NdisFreeNetBufferPool - NtDoc

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

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

NtDoc

No description available.

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

NdisFreeNetBufferPool function

Description

Call the NdisFreeNetBufferPool function to free NET_BUFFER structure pools that are created with the NdisAllocateNetBufferPool function.

Parameters

PoolHandle [in]

The pool handle for the NET_BUFFER structure pool to be freed.

Remarks

You should free all the NET_BUFFER structures in a pool before freeing the NET_BUFFER structure pool. Call the NdisFreeNetBuffer function to free each NET_BUFFER structure.

See also

NET_BUFFER

NdisAllocateNetBufferPool

NdisFreeNetBuffer