Scroll to navigation

InternetCreateUrlA(3w) Wine API InternetCreateUrlA(3w)

NAME

InternetCreateUrlA (WININET.@)

SYNOPSIS

BOOL InternetCreateUrlA
(
LPURL_COMPONENTSA lpUrlComponents,
DWORD dwFlags,
LPSTR lpszUrl,
LPDWORD lpdwUrlLength
)
 

DESCRIPTION

See InternetCreateUrlW(3w).
 

IMPLEMENTATION

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