a***@gmail.com
2006-09-17 09:14:31 UTC
I have a TDI filtre driver and am trying to attach to \\Device\\Tcp.
The first time i load this driver i create a device object named
"abcd01" am able to attach to \\Device\\Tcp. Now if i load the same
driver with another name and create a device object named "newabcd01"
the IoAttachDevice fails with STATUS_NO_SUCH_DEVICE.
Could anyone please provide an insight as to why does IoAttachDevice
fails the second time.
Thanks a lot in advance.
The first time i load this driver i create a device object named
"abcd01" am able to attach to \\Device\\Tcp. Now if i load the same
driver with another name and create a device object named "newabcd01"
the IoAttachDevice fails with STATUS_NO_SUCH_DEVICE.
Could anyone please provide an insight as to why does IoAttachDevice
fails the second time.
Thanks a lot in advance.