Freigeben über


NdisFreeNetBufferListPool (Compact 2013)

3/26/2014

Call this function to free a NET_BUFFER_LIST structure pool.

Syntax

VOID
  NdisFreeNetBufferListPool(
    IN NDIS_HANDLE  PoolHandle
    );

Parameters

Return Value

None

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.

Requirements

Header

ndis.h

See Also

Reference

NDIS NET_BUFFER Functions
NET_BUFFER_LIST
NdisAllocateNetBufferListPool
NdisFreeNetBufferList