Huw Davies (@huw) commented about dlls/iphlpapi/iphlpapi_main.c:
- Success: NO_ERROR
- Failure: error code from winerror.h
*/ -DWORD WINAPI GetBestInterfaceEx(struct sockaddr *pDestAddr, PDWORD pdwBestIfIndex) +DWORD WINAPI GetBestInterfaceEx( struct sockaddr *pDestAddr, PDWORD pdwBestIfIndex )
Since we're rewriting this, let's make the parameter names something like `dst` and `best_index`.