.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InternetCreateUrlW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInternetCreateUrlW\fR (WININET.@) .SH SYNOPSIS BOOL InternetCreateUrlW ( LPURL_COMPONENTSW \fIlpUrlComponents\fR, DWORD \fIdwFlags\fR, LPWSTR \fIlpszUrl\fR, LPDWORD \fIlpdwUrlLength\fR ) .SH DESCRIPTION .PP Creates a Url from its component parts. .SH PARAMS \fIlpUrlComponents\fR \fB[In]\fR Url Components. .PP \fIdwFlags\fR \fB[In]\fR Flags. See notes. .PP \fIlpszUrl\fR \fB[In]\fR Buffer in which to store the created \fBURL\fR. .PP \fIlpdwUrlLength\fR \fB[In/Out]\fR On input, the length of the buffer pointed to by \fIlpszUrl\fR in characters. On output, the number of bytes required to store the Url including terminator. .PP .SH NOTES .PP The \fIdwFlags\fR parameter can be zero or more of the following: .br ICU_ESCAPE - Generates escape sequences for unsafe characters in the path and extra info of the URL. .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.