Вопрос

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