Hello,
I am trying to monitor network connectivity for wlan and vpn etc. does anyone have an example of how to implement the notifyaddrchange api?
i would want to access it via VB. all i have so far is
Declare Function NotifyAddrChange Lib "iphlpapi.dll" _
(ByRef handle As Long, ByRef overlapped As overlapped ) _
As Long
Thanks
Richard
I am trying to monitor network connectivity for wlan and vpn etc. does anyone have an example of how to implement the notifyaddrchange api?
i would want to access it via VB. all i have so far is
Declare Function NotifyAddrChange Lib "iphlpapi.dll" _
(ByRef handle As Long, ByRef overlapped As overlapped ) _
As Long
Thanks
Richard