NdisAllocateNetBufferListPool Question

Hi

How do I know or specify how many NBL’s are created when I call NdisAllocateNetBufferListPool() ?

I mean there is no count IN param like in NdisAllocatePacketPoolEx(),

thanks

o.k. OS maintaints it by just returning the handle. Nice.