CancelIPChangeNotify (Compact 2013)
3/26/2014
This function cancels notification of IPv4 address and route changes previously requested with successful calls to the NotifyAddrChange or NotifyRouteChange functions.
Syntax
BOOL WINAPI CancelIPChangeNotify(
__in LPOVERLAPPED notifyOverlapped
);
Parameters
- notifyOverlapped
A pointer to the OVERLAPPED structure used in the previous call to NotifyAddrChange or NotifyRouteChange.
Remarks
The CancelIPChangeNotify can return FALSE if no notification request was found or an invalid notifyOverlapped parameter was passed.
See Also
Reference
IP Helper Functions
NotifyAddrChange
NotifyRouteChange