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.
我一直在使用 Native Wi-Fi WinAPI 文档,但我仍然看得很清楚。
我想通过使用 C++ 中的 WinAPI 关闭计算机的无线适配器和蓝牙适配器。我几乎可以肯定我必须使用WlanSetInterface上述库中的函数,但我不能让它工作。我不知道如何正确调用该函数。
WlanSetInterface
以前有没有人做过同样的任务,所以我可以得到一些帮助?
目前尚不清楚“关闭无线适配器”是什么意思,但据我所知,SetupDiChangeState API 可用于启用/禁用设备。
查看 SetupApi 这个 api 允许你篡改硬件设备。你不能使用 wifi api 或蓝牙来做到这一点。