Question

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.

No correct solution

OTHER TIPS

You need this API:

GetAdaptersInfo

Made a loop to interfaces and get IP wanted.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top