.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH NotifyRouteChange 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBNotifyRouteChange\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD NotifyRouteChange ( PHANDLE \fIHandle\fR, LPOVERLAPPED \fIoverlapped\fR ) .SH DESCRIPTION .PP Notify caller whenever the ip routing table is changed. .SH PARAMS \fIHandle\fR \fB[Out]\fR handle usable in asynchronous notification. .PP \fIoverlapped\fR \fB[In]\fR \fIoverlapped\fR structure that notifies the caller. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h. .SH FIXME .PP Stub, returns \fBERROR_NOT_SUPPORTED\fR. .SH IMPLEMENTATION .PP Declared in \fB"iphlpapi.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/iphlpapi_main.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.