PDA

View Full Version : Get serial no from USB



FoleyX90
12th July 2010, 19:32
I'm not sure if Qt has a class or function for this or if this would be a general c++ questions. What is the best way to pull a serial number off of a USB drive in Qt or C++?

squidge
12th July 2010, 21:08
That information is in the usb structure and no directly accessible with Qt. You will have to use OS-specific calls to do it.