In order to make a virtual miniport driver to communicate with a user-mode
service, I' devlopping a NDIS driver that creates a device. But for a reason
I don't understand, I can't access my device in user-mode (error : Invalid
Handle) even if the name is correct and the IRQL is PASSIVE_LEVEL.
I think the device is created because when I create a new one with the same
name through a protocol, it can't be created because the system says that
this filename is already in use. But my testing app can't open the device.
Also, when I'm creating another device through the protocol, it can be
accessed via the user-mode software. So I'm wondering what's wrong with my
miniport device.
Can anyone help me ?
Thanks in advance
--PA
"turambar <n-no...@free.fr>"
<turambarnn...@discussions.microsoft.com> wrote in message
news:4B4BD025-42B8-4B3B...@microsoft.com...
Thanks a lot for your help