Hello all,
From time to time I want to send some data from NDIS driver to user-mode
application.
How can I do it?
The first thing that comes up to my mind is to create a device with
NdisMRegisterDevice and query it in a loop from user-mode program. But this
will take some processor resources...
Are there any other ways to receive notifications from driver?
What I need is a two-way pipe between driver and user-mode application.
Thanks.
Best regards,
Serge.