All
-
Why is there no NdisFreeNetBufferList*s*() like there is NdisReturnNetBufferLists() ?
-
Can I pass an NBL chain to NdisFreeNetBufferList()?
Will it then free each NBL in the chain? -
Can I pass an MDL chain to NdisFreeMdl()?
Will it then free each MDL in the chain?
–thx