How could I get a USB Flash disk's drive letter?

Posted: 01-26-2007, 04:08 AM
In XP, I used these functions to get a usb device volume to compare, but it
cannot work in Vista
SetupDiGetClassDev ==> get GUID_DEVINTERFACE_VOLUME device
SetupDiEnumDeviceInterface ==> get all volume device
CM_Get_Parent twice ==> get device id for USB
GetVolumeNameForVolumeMountPoint ==> compare

Might anybody help me?
Thx,

Reply With Quote

Responses to "How could I get a USB Flash disk's drive letter?"

Uwe Sieber
Guest
Posts: n/a
 
Re: How could I get a USB Flash disk's drive letter?
Posted: 01-26-2007, 11:58 AM
ChuYuan wrote:
> In XP, I used these functions to get a usb device volume to compare, but it
> cannot work in Vista
> SetupDiGetClassDev ==> get GUID_DEVINTERFACE_VOLUME device
> SetupDiEnumDeviceInterface ==> get all volume device
> CM_Get_Parent twice ==> get device id for USB
> GetVolumeNameForVolumeMountPoint ==> compare
>
> Might anybody help me?
Yes, this has changed in Vista. DRIVE_REMOVABLE drives are now handled
as DRIVE_FIXED drives are under XP.
Have a look at my sample project, it explains it:
http://www.codeproject.com/system/Re...veByLetter.asp


Uwe


Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
usb 2.0 external hard drive is not assigned with a drive letter Windows XP Device Drivers 1 09-09-2004 04:05 AM
Asigning drive letter external hard drive permanately Sheeba Windows XP Device Drivers 1 05-08-2004 07:38 PM
Compaq AIT 50 Tape Drive Direct Access (Drive Letter) Fred R. Windows XP Device Drivers 2 01-12-2004 02:39 AM
Wrong drive letter assigned to boot drive at install Keith Windows XP Basics 3 08-03-2003 02:12 AM
flash drive letter designation diane Windows XP Hardware 1 06-30-2003 05:46 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90