Hi
I would like to find the drive letter assigned to my usb mass storage device. In win2k/xp, I can use QueryDosDevice and the SPDRP_PHYSICAL_DEVICE_OBJECT_NAME registry property to find the drive letter. But in win98, I have encountered a few problems using the same method
1. QueryDosDevice always give me back the device name. e.g.: i use "c:" as input, the function will give me back "c:". Is it a normal behaviour in win98
2. I use umss as the driver of my device so I cannot find the volume interface of my device. So how can I get the SPDRP_PHYSICAL_DEVICE_OBJECT_NAME of my device in order to compare with the returned value from QueryDosDevice
3. I do not know whether I should also use this method in win98 or not. Is there anybody who have tried this
I am just a newbie. Can anybody give me some hints? Any comments and suggestions are welcome
Thanks in advance
Tomson