redoctober
Programmer
Hello,
I'm faced with a little problem here. I have more than one network adapter installed on my computer and i want to create a CSocket and bind it to a certain adapter. While it's trivial to do it manually (you just specify an IP to Create procedure) i would want to have a more general approach where program finds all available adapters and then chooses the proper one based on some critiria. I'm stuck at the point of extracting list of available adapters and their respective IP addresses. Can anyone help me with that, please?
Thank you very much.
I'm faced with a little problem here. I have more than one network adapter installed on my computer and i want to create a CSocket and bind it to a certain adapter. While it's trivial to do it manually (you just specify an IP to Create procedure) i would want to have a more general approach where program finds all available adapters and then chooses the proper one based on some critiria. I'm stuck at the point of extracting list of available adapters and their respective IP addresses. Can anyone help me with that, please?
Thank you very much.