.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetBestInterfaceEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetBestInterfaceEx\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD GetBestInterfaceEx ( struct WS_sockaddr* \fIpDestAddr\fR, PDWORD \fIpdwBestIfIndex\fR ) .SH DESCRIPTION .PP Get the interface, with the best route for the given \fBIP\fR address. .SH PARAMS dwDestAddr \fB[In]\fR \fBIP\fR address to search the interface for. .PP \fIpdwBestIfIndex\fR \fB[Out]\fR found best interface. .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.