Programmatically disable/enable network interface

前端 未结 7 971
臣服心动
臣服心动 2020-12-08 11:36

I\'m trying to come up with a solution to programmatically enable/disable the network card - I\'ve done a ton of research and nothing seems to be a workable solution in both

相关标签:
7条回答
  • 2020-12-08 11:50

    ToggleNic uses Shell32 through COM. In c this uses by standard libraries "SHLOBJ.H" "SHELLAPI.H" and class IShellDispatch.

    0 讨论(0)
提交回复
热议问题