|
-
November 2nd, 2005, 01:25 PM
#1
GetLogicalDrives and FireWire device
Dear Gurus,
When you call GetlogicalDrives and get the DriveType of a Logical drive where A Firewire device was connected through a firewire port it always returns DRIVE_FIXED. Is there anyway we can find out the difference between our normal DRIVE_FIXED which is returned for local drives and firewire device connected through firewire port????
I just want to differentiate and say that a firewire device is connected. how to find out ?
Regards
Kandukondein
C++ is divine.
-
November 2nd, 2005, 02:53 PM
#2
Re: GetLogicalDrives and FireWire device
-
November 2nd, 2005, 03:10 PM
#3
Re: GetLogicalDrives and FireWire device
Dear Jeff
I had already tried that code. That works excellent for USB hard disk (where i get the pDevDesc->BusType as BusTypeUsb) but for Firewire pDevDesc->BusType does not match any of the enum values and it is exactly the same as that of a logical drive such as c:\ . Any clues???
Regards
Kandukondein.
C++ is divine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|