Funzione NdisGetPoolFromNetBufferList (ndis/nblapi.h)

Chiamare la funzione NdisGetPoolFromNetBufferList per ottenere l'handle del pool di strutture NET_BUFFER_LIST associato a una struttura NET_BUFFER_LIST specificata.

Sintassi

NDIS_EXPORTED_ROUTINE NDIS_HANDLE NdisGetPoolFromNetBufferList(
  [in] NET_BUFFER_LIST const *NetBufferList
);

Parametri

[in] NetBufferList

Puntatore a una struttura NET_BUFFER_LIST allocata in precedenza.

Valore restituito

NdisGetPoolFromNetBufferList restituisce un handle al pool di strutture NET_BUFFER_LIST associato alla struttura NET_BUFFER_LIST specificata.

Commenti

L'handle restituito da NdisGetPoolFromNetBufferList è un parametro obbligatorio nelle chiamate alle funzioni NDIS che modificano le strutture NET_BUFFER_LIST provenienti dal pool di strutture NET_BUFFER_LIST associato.

Requisiti

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
IRQL <= DISPATCH_LEVEL
Regole di conformità DDI Irql_NetBuffer_Function(ndis)

Vedi anche

NET_BUFFER_LIST