回复 3楼 print777
如果好象设备管理器的“禁用/启用”操作,可使用SetupDixxx系列函数进行设备管理。
实现设备启用、停用主要用到5个函数:
SetupDiGetClassDevs 获取设备信息集
SetupDiEnumDeviceInfo 从设备信息集中枚举每个设备的具体信息
SetupDiGetDeviceRegistryProperty 从注册表中读取PnP设备的属性
SetupDiSetClassInstallParams 设置(包括取消)设备类的安装参数
SetupDiCallClassInstaller 安装指定设备
头文件:setupapi.h
函数库:setupapi.lib、setupapi.dll