Is the NdisAllocatePacket and NdisAllocateBuffer function thread safe?

Best Regards,
-Niranjan

Re: Thread Safe by Stephan

Stephan
Wed Oct 12 06:45:09 CDT 2005

Niranjan wrote:
> Is the NdisAllocatePacket and NdisAllocateBuffer function thread safe?

Yes, NDIS protects the pools passed to these functions against
corruption due to simultaneous calls.

Stephan