Search code examples
c++windowsdrivers

Checking if a particular device driver is loaded


I'm trying to work out if I can check if a particular video card device driver is loaded in Windows Server 2003 using C++. Can anyone give me pointers on how I might achieve this?

Thanks


Solution

  • Use EnumDeviceDrivers - there's an example here.