.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InternetAutodial 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInternetAutodial\fR (WININET.@) .SH SYNOPSIS BOOL InternetAutodial ( DWORD \fIdwFlags\fR, HWND \fIhwndParent\fR ) .SH DESCRIPTION .PP On Windows(tm) this function is supposed to dial the default internet connection. We don't want to have Wine dial out to the internet so we return \fBTRUE\fR by default. It might be nice to check if we are connected. .SH RETURNS .PP \fBTRUE\fR on success \fBFALSE\fR on failure .SH IMPLEMENTATION .PP Declared in \fB"wininet.h"\fR. .PP Implemented in \fB"dlls/wininet/internet.c"\fR. .PP Debug channel \fB"wininet"\fR.