How do I get symbolic name

Hi,
How do I get symbolic names from user mode application
I’m looking for the scsi0: etc… names

Omri

Omri wrote:

How do I get symbolic names from user mode application
I’m looking for the scsi0: etc… names

QueryDosDevice will give you a list of names, for whatever that’s worth.
What exactly are you trying to do?


Walter Oney, Consulting and Training
Check out new US seminar schedule at http://www.oneysoft.com

I wrote SCSI controller BUS filter that control the existance of disk
under windows and implemented IOCTL in my driver.
I want to call those IOCTL but I don’t know the name of the scsi
controller symbolic link so I use objwin.exe to find it but I want to do
it programmaticly.

Omri