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.
Osservazioni
L'handle che NdisGetPoolFromNetBufferList restituisce è un parametro obbligatorio nelle chiamate alle funzioni NDIS che modificano le strutture NET_BUFFER_LIST provenienti dal pool di strutture NET_BUFFER_LIST associato.
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 |
IRQL | <= DISPATCH_LEVEL |
regole di conformità DDI | Irql_NetBuffer_Function(ndis) |