0

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.

Jon Cage
  • 36,366
  • 38
  • 137
  • 215
  • 1
    [NotifyAddrChange](http://msdn.microsoft.com/en-us/library/windows/desktop/aa366329%28v=vs.85%29.aspx) or one of the other Notify* functions should do the job. – arx Jun 19 '12 at 15:14
  • 1
    @arx: This is a valid answer. Perhaps you have posted it as such. – ereOn Jun 19 '12 at 15:18

1 Answers1

1

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

This is also supported on various embedded versions of Windows.

arx
  • 16,686
  • 2
  • 44
  • 61