문제

I have a requirement in which I need to fetch USB Mass Storage Metadata [VID, PID and Serial No].

I found a nice post for enumerating USB devices and list out all the Mass storage Devices.

Here is the link

Now What I want is based on the drive letter, need to retrieve USB Mass Storage Metadata.

Thanks in advance for your kind support.

도움이 되었습니까?

해결책

If you had read and understood the "USB drive to drive letter" questions, this one would have been simple too. Enumerate both, compare, pick the match. Works in both directions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top