.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetBestRoute 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetBestRoute\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetBestRoute ( DWORD \fIdwDestAddr\fR, DWORD \fIdwSourceAddr\fR, PMIB_IPFORWARDROW \fIpBestRoute\fR ) .SH DESCRIPTION .PP Get the best route for the given \fBIP\fR address. .SH PARAMS \fIdwDestAddr\fR \fB[In]\fR \fBIP\fR address to search the best route for. .PP \fIdwSourceAddr\fR \fB[In]\fR optional source \fBIP\fR address. .PP \fIpBestRoute\fR \fB[Out]\fR found best route. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h .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.