sureshkp Posted May 22, 2007 Posted May 22, 2007 Hi All,I need to verify the presence of Device driver's for the devices like network, video and storage, before continuing my application. How can I do this activity? Using symbolic link names can we do it? Are there any standard symbolic names for the mentioned devices..? Please guide me as I am new to this area.Thank you for your time.
IcemanND Posted May 22, 2007 Posted May 22, 2007 do you just want to know if the devices have drivers installed? Or are you trying to find out what device is installed?Look at DEVCON from Microsoft, see if that will do what you are after.
techywiz2007 Posted May 22, 2007 Posted May 22, 2007 right click my computer, hit manage, click on the device manager tab on the left side,it tells you what hardware is installed and the names for them,any devices with a yellow question mark on it is an unknown device, or if it gives a names next to it, than there's no drivers installed for it
sureshkp Posted May 23, 2007 Author Posted May 23, 2007 Hi ,Thanks for your response. but i need to check the same thorough a program not by manually.. usually we can get the handle to the driver through 'CreateFile' , if knows the symbolic link name. if possible wht will be the symboliclink name for network and video devices?Is there any standard way to check the device driver presence?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now