Skip to content

Commit 6be82d9

Browse files
Missed AtlUnescapeUrl
1 parent 18553db commit 6be82d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl/reference/atl-http-utility-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ inline BOOL AtlUnescapeUrl(
198198
Caller-allocated buffer to which the converted URL will be written.
199199

200200
`pdwStrLen`
201-
Pointer to a DWORD variable. If the function succeeds, the variable receives the number of characters written to the buffer not including the terminating null character. If the function fails, the variable receives the required length in bytes of the buffer including space for the terminating null character.
201+
Pointer to a DWORD variable. If the function succeeds, the variable receives the number of characters written to the buffer including the terminating null character. If the function fails, the variable receives the required length in bytes of the buffer including space for the terminating null character.
202202

203203
`dwMaxLength`
204204
The size of the buffer `lpszStringOut`.

0 commit comments

Comments
 (0)