Scroll to navigation

InternetOpenW(3w) Wine API InternetOpenW(3w)

NAME

InternetOpenW (WININET.@)

SYNOPSIS

HINTERNET InternetOpenW
(
LPCWSTR lpszAgent,
DWORD dwAccessType,
LPCWSTR lpszProxy,
LPCWSTR lpszProxyBypass,
DWORD dwFlags
)
 

DESCRIPTION

Per-application initialization of wininet.
 

RETURNS

HINTERNET on success NULL on failure
 

IMPLEMENTATION

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