Condividi tramite


Funzione NdisFreeNetBufferListPool (ndis/nblapi.h)

Chiamare la funzione di NdisFreeNetBufferListPool per liberare un pool di strutture NET_BUFFER_LIST.

Sintassi

NDIS_EXPORTED_ROUTINE VOID NdisFreeNetBufferListPool(
  [in] NDIS_HANDLE PoolHandle
);

Parametri

[in] PoolHandle

Handle ottenuto da una chiamata all'oggetto funzione NdisAllocateNetBufferListPool.

Valore restituito

Nessuno

Osservazioni

Prima di liberare un pool di strutture NET_BUFFER_LIST, è necessario liberare tutte le strutture NET_BUFFER_LIST nel pool. Per liberare una struttura NET_BUFFER_LIST, chiamare la funzione NdisFreeNetBufferList.

Fabbisogno

Requisito Valore
client minimo supportato Supportato in NDIS 6.0 e versioni successive.
piattaforma di destinazione Universale
intestazione ndis/nblapi.h (include ndis.h)
libreria Ndis.lib
dll Ndis.sys
IRQL <= DISPATCH_LEVEL
regole di conformità DDI Irql_NetBuffer_Function(ndis), NdisAllocateNetBufferListPool(ndis), NdisAllocateNetBufferListPool_InitFail(ndis)

Vedere anche

NET_BUFFER_LIST

NdisAllocateNetBufferListPool

NdisFreeNetBufferList