CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #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.

  2. #2
    Join Date
    Feb 2005
    Location
    Pasadena, MD, USA
    Posts
    105

    Re: GetLogicalDrives and FireWire device

    Hi kandukondein,

    http://www.codeproject.com/w2k/usbdi...&select=936298

    Forgive Me,
    Jeff

  3. #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
  •  





Click Here to Expand Forum to Full Width

Featured