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 回答1: Use EnumDeviceDrivers - there's an example here. 来源: https://stackoverflow.com/questions/751100/checking-if-a-particular-device-driver-is-loaded