Tagged Questions

1
vote
1answer
157 views

How to use NDIS protocol driver?

I write a NDIS protocol driver. I can register my protocol with NdisRegisterProtocol. How does the application typically access this driver? Is there a way to uses windows sockets or do I need to ...