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
Re: GetLogicalDrives and FireWire device
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??? :confused:
Regards
Kandukondein.