- Reading from USB Device- Urgent
- Posted by Ritu chawla on August 13th, 2003
Hi All,
I need to write code for reading the data from the storage device connected
through USB port through application(Windows) developed in C, C++.
Can any body tell me what all things should be known about the driver before
writting the code for reading from USB device.
Thanks,
Rajani
- Posted by Maxim S. Shatskih on August 13th, 2003
Just open \\.\PhysicalDrive%d and do ReadFile on it.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Ritu chawla" <rituc@momentum-tech.com> wrote in message
news:umBK6WWYDHA.536@TK2MSFTNGP10.phx.gbl...
- Posted by Ritu chawla on August 13th, 2003
Please give some more details. i am a new commer.
Thanks,
Ritu
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:OZ3WZDXYDHA.2236@TK2MSFTNGP10.phx.gbl...