Is there any way to get ip address of host on specific physical interface using winsock on Windows 7?
My computer is connected by ethernet cable with another pc and connected to router via wireless adapter. So how can I get only "wireless ip" ?, it's possible because ipconfig does that.

If winsock doesn't support it maybe there is win api to do such thing. Please help.

没有正确的解决方案

其他提示

You need this API:

GetAdaptersInfo

Made a loop to interfaces and get IP wanted.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top