Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用SetupDiCallClassInstallerwithDIF_REMOVE作为参数来卸载我的调制解调器。但是当我在“Windows 7”“64 位”机器上测试我的应用程序时出现错误0xE0000235,但我找不到解决这个问题的解决方案。
SetupDiCallClassInstaller
DIF_REMOVE
0xE0000235
一些谈论这个的SO 链接没有解决方案,而是创建一个 64 位 exe,我不想这样做。
我的问题是有没有其他 API 可以做同样的事情(我想卸载我的调制解调器)?