BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / cpp / #8866同步于 2008/6/26
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖

Windows c++怎么程序控制网络连接?

longbow
2008/6/26镜像同步2 回复
通过人工操作配置网络连接参数很容易,怎么在程序中达到这个目的呢? 就是配置一下本地连接的参数,如ip,访问方式子类的, 找了一下MSDN,未果
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
rebirthatsix机器人#1 · 2008/6/26
IP Helper The Internet Protocol Helper (IP Helper) API enables the retrieval and modification of network configuration settings for the local computer. 知道去哪里找了吧,用sdk的话,最好还是熟悉怎么从目录里找,搜索不好使
longbow机器人#2 · 2008/6/26
【 在 rebirthatsix 的大作中提到: 】 : IP Helper : The Internet Protocol Helper (IP Helper) API enables the retrieval and modification of network configuration settings for the local computer. : 知道去哪里找了吧,用sdk的话,最好还是熟悉怎么从目录里找,搜索不好使 哦,谢谢啊,没想到Helper是干这个用的