diff --git a/sdk-api-src/content/wininet/nf-wininet-internetcreateurla.md b/sdk-api-src/content/wininet/nf-wininet-internetcreateurla.md index d0304b3155b4..18457a6f8033 100644 --- a/sdk-api-src/content/wininet/nf-wininet-internetcreateurla.md +++ b/sdk-api-src/content/wininet/nf-wininet-internetcreateurla.md @@ -19,33 +19,6 @@ req.ddi-compliance: req.unicode-ansi: InternetCreateUrlW (Unicode) and InternetCreateUrlA (ANSI) req.idl: req.max-support: -req.namespace: -req.assembly: -req.type-library: -req.lib: Wininet.lib -req.dll: Wininet.dll -req.irql: -targetos: Windows -req.typenames: -req.redist: -ms.custom: 19H1 -f1_keywords: - - InternetCreateUrlA - - wininet/InternetCreateUrlA -dev_langs: - - c++ -topic_type: - - APIRef - - kbSyntax -api_type: - - DllExport -api_location: - - Wininet.dll -api_name: - - InternetCreateUrl - - InternetCreateUrlA - - InternetCreateUrlW ---- # InternetCreateUrlA function @@ -56,51 +29,22 @@ Creates a URL from its component parts. ## -parameters -### -param lpUrlComponents [in] +### -param lpUrlComponents [block] Pointer to a URL_COMPONENTS structure that contains the components from which to create the URL. -### -param dwFlags [in] - -Controls the operation of this function. This parameter can be one or more of the following values. - -
Value | -Meaning | -
---|---|
-
|
-+### -param dwFlags [block] + +Controls the operation of this function. This parameter can be one or more of the following> Converts all unsafe characters to their corresponding escape sequences in the path string pointed to by the lpszUrlPath member and in lpszExtraInfo the extra-information string pointed to by the member of the URL_COMPONENTS structure pointed to by the lpUrlComponents parameter. The Unicode version of InternetCreateUrl will first try to convert using the system code page. If that fails it falls back to UTF-8. - | -
-
|
--Obsolete — ignored. - - | -