Scroll to navigation

InternetAttemptConnect(3w) Wine API InternetAttemptConnect(3w)

NAME

InternetAttemptConnect (WININET.@)

SYNOPSIS

DWORD InternetAttemptConnect
(
DWORD dwReserved
)
 

DESCRIPTION

Attempt to make a connection to the internet.
 

RETURNS

ERROR_SUCCESS on success Error value on failure
 

IMPLEMENTATION

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