Dear, ALL!
I already have posted this message to
comp.os.ms-windows.programmer.nt.kernel-mode, but noone gave any
commnets on the issue, so I try to repeat my post here - may be this
group is more active?
Currently I am developing NDIS protocol driver based on NDISPROT DDK
sample. During initialization it creates a device object and binds it
to file name "\\Device\\NdisProt". This approach is not good for me,
since all other my drivers do not name their device objects, but export
some interfaces. This way all existing software may operate with new
devices with new drivers, using some basic IOCTL codes, which are
common among all the drivers. If I use NDISPROT approach with naming
device object I will need to redesign all the existing tools. So, is
there any way around this issue?
With best regards,
Vladimir S. Mirgorodsky