hemanth_hp
What is this storage?
Any directions for getting the tape class driver version using Windows code.
I had some few thoughts of getting the same.
1. As we know the Tape Class driver file is Tape.sys in Windows. Simultaneously it has a .INF file tape.inf Is it the right way of parsing the .INF file and getting the Tape Class Driver Version.
2. Scanning the Registry "HKLM/SYSTEM/CurrentControlSet/Control/Class". Search for the GUID key which has the Class Key value as TapeDrive. Then query the "HKLM/SYSTEM/CurrentControlSet/Control/Class/"Searched GUID/0000". Now query the value for the Key DriverVersion and get the Tape Class Driver Version.
I feel second approach better than first.
Can any one help me out. which would be feasible or technically correct way of getting the Tape Class Driver Version.
Any Direction would help.
I had some few thoughts of getting the same.
1. As we know the Tape Class driver file is Tape.sys in Windows. Simultaneously it has a .INF file tape.inf Is it the right way of parsing the .INF file and getting the Tape Class Driver Version.
2. Scanning the Registry "HKLM/SYSTEM/CurrentControlSet/Control/Class". Search for the GUID key which has the Class Key value as TapeDrive. Then query the "HKLM/SYSTEM/CurrentControlSet/Control/Class/"Searched GUID/0000". Now query the value for the Key DriverVersion and get the Tape Class Driver Version.
I feel second approach better than first.
Can any one help me out. which would be feasible or technically correct way of getting the Tape Class Driver Version.
Any Direction would help.