NotifyRouteChange (Windows CE 5.0)

Send Feedback

This function causes a notification to be sent to the caller whenever a change occurs in the IP routing table.

DWORD NotifyRouteChange(PHANDLE Handle, LPOVERLAPPED overlapped );

Parameters

  • Handle
    [in] Pointer to a handle to use in asynchronous notification. The application should close this handle by calling the CloseHandle 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 a routing table change occurs.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.

See Also

IP Helper Functions | NotifyAddrChange

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.