Hi,
Could someone tell me how to retrieve a drive's drive letter from user mode
given its device name? Any information is greatly appreciated.
Thanks,
Priya
Ben Voigt - 27 Feb 2007 15:12 GMT
> Hi,
>
> Could someone tell me how to retrieve a drive's drive letter from user
> mode
> given its device name? Any information is greatly appreciated.
QueryDosDevice
> Thanks,
> Priya
Crest Teethgel - 28 Feb 2007 20:23 GMT
GetDriveType within a for loop
Priya - 02 Mar 2007 18:08 GMT
I apologise for not making my question more specific. By device name, I meant
the name retrieved from the dbcc_name field of the
DEV_BROADCAST_DEVICEINTERFACE structure received as part of a device
notification. I'm trying to find the drive letter using this device name.
Thanks,
Priya