SCSI/IDE and ASPI32
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Although this is a subject with scarce literature available, I'm confident that someone out there has the answer. I'm trying to send an Inquiry command to the c: drive on my system to obtain the Model Number, Vendor Id, Firmware Rev. etc... Once I have scanned the bus for devices and used the CreateFile(); the Inquiry command returns nothing. Any suggestions and/or code snippets? P.S. The CreateFile() returns a handle to the device, but the Inquiry command doesn't work! Many Thanks.