CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Namaste

Search: Search took 0.01 seconds.

  1. Re: How to find to which USB port a mass storage is connected

    Well, basically I'm writing a small software to program a couple of mass storages at the same time, and I want to show an indicator of when the device is working and when it was already de-enumerate...
  2. Re: How to find to which USB port a mass storage is connected

    Can you be more specific? I've never used wmi before, so I don't know from where to start. ok I know, I'm reading the WMI reference right now, but it's going to take quite a while to figure out how...
  3. How to find to which USB port a mass storage is connected

    I need to find to which USB port a pen drive is connected, do you know how to achieve this?
    By port, I don't mean drive letter, I mean the the port and hub information
    Is it possible to achieve...
  4. Re: Need help retrieving the drive letter uppon mass storage arrival

    I've just tried your code here and the same thing happened.
    It can successfully retrieve the drive letter, but the dbcc_name is not holding the correct value.

    did you check your pData.dbcc_name?...
  5. Re: Need help retrieving the drive letter uppon mass storage arrival

    This is the MSDN sample that I used and mentioned before.
    however, I need two informations for a given enumeration and I'm not being able to get.

    I need to get the dbcc_name from the...
  6. Need help retrieving the drive letter upon mass storage arrival

    Hi,

    I'm writing a simple software that has to detect a new USB device insertion and basically retrieve a couple of informations from it before it really start working.

    By using some MSDN...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured