CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    27

    How to get WMI USB Information

    Hi,

    I require to access Information(version) about Removeable Disk e. g. USB.

    I want to access information(version) of USB Interface Version for selected logical drive (G) where USB is pluged in at USB port.

    I want to check interface supported for that USB is having version greater than or equal to "USB 2.0 Enhanced".

    I tried using WMI classes but from class hierarchy I am not able to get that Information.

    Please see the Image file attached of WMI Browser where Red Mark indicates that accessing "USB 2.0 Enhanced" information from Logicakl Drive = F:.

    How to access information from WMI hierarchy ?.

    First I get input from user as Logical Disk Drive where USB is connected then I want to check that this USB drive is having version "USB 2.0 Enhanced" or not is the problem.

    Is there different method to get "USB 2.0 Enhanced" information from Disk Drive.
    Attached Files Attached Files
    Last edited by RahulKateSys; November 6th, 2006 at 05:53 AM.

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