Skip to content

Commit 4f2bd2b

Browse files
authored
Update nf-wininet-internetcreateurla.md
MicrosoftDocs#2000 MicrosoftDocs#1984 Check system list: < @AArnott @bgianfo @bradfitz >
1 parent 79ab08c commit 4f2bd2b

File tree

1 file changed

+22
-61
lines changed

1 file changed

+22
-61
lines changed

sdk-api-src/content/wininet/nf-wininet-internetcreateurla.md

Lines changed: 22 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,6 @@ req.ddi-compliance:
1919
req.unicode-ansi: InternetCreateUrlW (Unicode) and InternetCreateUrlA (ANSI)
2020
req.idl:
2121
req.max-support:
22-
req.namespace:
23-
req.assembly:
24-
req.type-library:
25-
req.lib: Wininet.lib
26-
req.dll: Wininet.dll
27-
req.irql:
28-
targetos: Windows
29-
req.typenames:
30-
req.redist:
31-
ms.custom: 19H1
32-
f1_keywords:
33-
- InternetCreateUrlA
34-
- wininet/InternetCreateUrlA
35-
dev_langs:
36-
- c++
37-
topic_type:
38-
- APIRef
39-
- kbSyntax
40-
api_type:
41-
- DllExport
42-
api_location:
43-
- Wininet.dll
44-
api_name:
45-
- InternetCreateUrl
46-
- InternetCreateUrlA
47-
- InternetCreateUrlW
48-
---
4922

5023
# InternetCreateUrlA function
5124

@@ -56,51 +29,22 @@ Creates a URL from its component parts.
5629

5730
## -parameters
5831

59-
### -param lpUrlComponents [in]
32+
### -param lpUrlComponents [block]
6033

6134
Pointer to a
6235
<a href="/windows/desktop/api/wininet/ns-wininet-url_componentsa">URL_COMPONENTS</a> structure that contains the components from which to create the URL.
6336

64-
### -param dwFlags [in]
65-
66-
Controls the operation of this function. This parameter can be one or more of the following values.
67-
68-
<table>
69-
<tr>
70-
<th>Value</th>
71-
<th>Meaning</th>
72-
</tr>
73-
<tr>
74-
<td width="40%">
75-
<dl>
76-
<dt>ICU_ESCAPE</dt>
77-
</dl>
78-
</td>
79-
<td width="60%">
37+
### -param dwFlags [block]
38+
39+
Controls the operation of this function. This parameter can be one or more of the following>
8040
Converts all unsafe characters to their corresponding escape sequences in the path string pointed to by the <b>lpszUrlPath</b> member and in <b>lpszExtraInfo</b> the extra-information string pointed to by the member of the <a href="/windows/desktop/api/wininet/ns-wininet-url_componentsa">URL_COMPONENTS</a> structure pointed to by the <i>lpUrlComponents</i> parameter.
8141

8242
The Unicode version of <b>InternetCreateUrl</b> will first try to convert using the system code page. If that fails it falls back to UTF-8.
8343

84-
</td>
85-
</tr>
86-
<tr>
87-
<td width="40%">
88-
<dl>
89-
<dt>ICU_USERNAME</dt>
90-
</dl>
91-
</td>
92-
<td width="60%">
93-
Obsolete — ignored.
94-
95-
</td>
96-
</tr>
97-
</table>
98-
99-
### -param lpszUrl [out]
10044

10145
Pointer to a buffer that receives the URL.
10246

103-
### -param lpdwUrlLength [in, out]
47+
### -param lpdwUrlLength [in]
10448

10549
Pointer to a variable that specifies the size of the
10650
URL <i>lpszUrl</i> buffer, in <b>TCHARs</b>. When the function returns, this parameter receives the size of the URL string, excluding the NULL terminator. If
@@ -126,8 +70,25 @@ When specifying scheme in the <a href="/windows/desktop/api/wininet/ns-wininet-u
12670

12771
## -see-also
12872

73+
system kog input list:
74+
75+
76+
77+
12978
<a href="/windows/desktop/WinInet/handling-uniform-resource-locators">Handling Uniform Resource Locators</a>
13079

13180

13281

13382
<a href="/windows/desktop/WinInet/wininet-functions">WinINet Functions</a>
83+
84+
85+
86+
String.class.getName()
87+
returns "java.lang.String"
88+
byte.class.getName()
89+
returns "byte"
90+
(new Object[3]).getClass().getName()
91+
returns "[Ljava.lang.Object;"
92+
(new int[3][4][5][6][7][8][9]).getClass().getName()
93+
returns "[[[[[[[I"
94+
adb shell dumpsys package PACKAGE_NAMEhttps://issues.chromium.org/issues/409478033

0 commit comments

Comments
 (0)