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
Use EnumDeviceDrivers - there's an example here.