当前位置: 代码迷 >> 移动平台 >> 请问:在windows mobile上 怎么启动和禁用设备啊如无线网卡这样的设备
  详细解决方案

请问:在windows mobile上 怎么启动和禁用设备啊如无线网卡这样的设备

热度:3587   发布时间:2013-02-26 00:00:00.0
请教:在windows mobile上 如何启动和禁用设备啊?如无线网卡这样的设备。
在pc上,调用SetupDi 系列函数。但是在mobile上用社么办法呢? 
多谢赐教!!!

------解决方案--------------------------------------------------------
Device Manager Functions 

ActivateDevice 
 This function loads a device driver. For additional functionality, use the ActivateDeviceEx function.
 
ActivateDeviceEx 
 This function loads a driver and adds its registry values to the Active key in the registry. 
 
  相关解决方案