Scroll to navigation

InternetAutodial(3w) Wine API InternetAutodial(3w)

NAME

InternetAutodial (WININET.@)

SYNOPSIS

BOOL InternetAutodial
(
DWORD dwFlags,
HWND hwndParent
)
 

DESCRIPTION

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 TRUE by default. It might be nice to check if we are connected.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/internet.c".
Debug channel "wininet".
Oct 2012 Wine API