So how can i access that second card using the same driver.
Which function is used for this problem, Can anyone help me regarding
this issue, it will be great
pleasure.
Thanking you.
SetupDiGetClassDevs/SetupDiGetDeviceInterfaceDetail in user mode
IoRegisterDeviceInterface/IoSetDeviceInterfaceState in kernel mode.
--
Maxim S. Shatskih
Windows DDK MVP
ma...@storagecraft.com
http://www.storagecraft.com
It's not exactly clear what you are asking. Assuming you haven't done
anything silly (like use global variables), your existing driver should
handle both instances of your device without any extra coding.
Are you asking how to access both devices from user mode? How are you
accessing the single device right now? If you have created your own named
symbolic link name, then that's a problem for multiple instances. In that
case, Maxim's suggestion is exactly right -- use a device interface.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.