Is it possible to to programmatically detect changes of IP address on a specific ethernet interface on windows XP?

StackOverflow https://stackoverflow.com/questions/11103858

문제

I can easily check IP addresses programmatically, but is there any way to set up a notification in case the IP address of an in interface changes?

This can be a windos API or .net solution; either is fine.

도움이 되었습니까?

해결책

NotifyAddrChange or one of the other Notify* functions should do the job.

This is also supported on various embedded versions of Windows.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top