NotifyAddrChange (Windows CE 5.0)
This function causes a notification to be sent to the caller whenever a change occurs in the table that maps IP addresses to interfaces.
DWORD NotifyAddrChange(PHANDLE Handle,LPOVERLAPPEDoverlapped);
Parameters
- Handle
[in] Pointer to a handle to use in asynchronous notification. The application should close this handle by calling the CloseHandle function when it is finished listening for events. - overlapped
[in] Not supported in Windows CE.
Return Values
Returns NO_ERROR if successful. If the function fails, it returns an error code. For a complete list of error codes, see Error Values or the SDK header file Winerror.h.
Remarks
If the application specifies NULL for the Handle parameter, the call to this function blocks until an IP address change occurs. The application must call CloseHandle on the retrieved handle when it is no longer needed.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.
See Also
IP Helper Functions | NotifyRouteChange
Send Feedback on this topic to the authors