Thinking Kernel Mode

ExAllocatePoolWithTag(KMScrapPad, sizeof(KMSCRAP), TAG_TKM);

  Home  |   Contact  |   Syndication    |   Login
  14 Posts | 0 Stories | 43 Comments | 26 Trackbacks

News

Sreejith S

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Archives

Blogs I Read

Links

November 2008 Entries

So you need to change the driver loaded for a given device from your application. You have a couple of options to do this. The first method is to use the UpdateDriverForPlugAndPlayD... API. This method is simple and straightforward to use. But the downside of using this API is that it will update drivers for all devices with the specified hardware id. So if you need to selectively update one of the devices with a new driver you will have to look for something else. And that method is by using...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati