Share via


NdisFreeNetBufferPool (Compact 2013)

3/26/2014

Call this function to free NET_BUFFER structure pools that are created by using the NdisAllocateNetBufferPool function.

Syntax

VOID
  NdisFreeNetBufferPool(
    IN NDIS_HANDLE  PoolHandle
    );

Parameters

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

Return Value

None

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.

Requirements

Header

ndis.h

See Also

Reference

NDIS NET_BUFFER Functions
NET_BUFFER
NdisAllocateNetBufferPool
NdisFreeNetBuffer