InternetCreateUrlW (WININET.@)
BOOL InternetCreateUrlW ( LPURL_COMPONENTSW lpUrlComponents, DWORD dwFlags, LPWSTR lpszUrl, LPDWORD lpdwUrlLength )
Creates a Url from its component parts.
lpUrlComponents | [In] | Url Components. |
dwFlags | [In] | Flags. See notes. |
lpszUrl | [In] | Buffer in which to store the created URL. |
lpdwUrlLength | [In/Out] | On input, the length of the buffer pointed to by lpszUrl in characters. On output, the number of bytes required to store the Url including terminator. |
The dwFlags parameter can be zero or more of the following:
ICU_ESCAPE - Generates escape sequences for unsafe characters in the path and extra info of the URL.
TRUE on success FALSE on failure
Declared in "include/wininet.h". gitlab.winehq.org/wine/wine/blob/master/include/wininet.h
Implemented in "dlls/wininet/internet.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wininet/internet.c
Debug channel "wininet".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.