Tech Support > Microsoft Windows > Drivers > Re: How can i access the device manager programmatically?
Re: How can i access the device manager programmatically?
Posted by Murthy Akella on July 2nd, 2003


"Shradha" <shrads_83@hotmail.com> wrote in message news:<0a1c01c34088$cb1e33f0$a301280a@phx.gbl>...
There are set of Windows DDK API there, by using them we can enumerate
all the Devices and once we get the required Device we can change the
properties of the device (Enable / Disable) and update the Device. One
should have Admin previliges to do this. Please look at the Microsoft
Documentation for
SetupDiGetClassDevs, SetupDiEnumDeviceInfo and other APIs for more
information.
HTH

Murthy


Similar Posts