You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"wstr", $sUrl, _; PWSTR pszUrl - A pointer to a null-terminated string with the URL
488
490
"wstr", "decodedUrl", _; PWSTR pszUnescaped - A pointer to a buffer that will receive a null-terminated string that contains the unescaped version of pszURL
489
-
"dword*", 1024, _; DWORD *pcchUnescaped - The number of characters in the buffer pointed to by pszUnescaped
491
+
"dword*", 4096, _; DWORD *pcchUnescaped - The number of characters in the buffer pointed to by pszUnescaped
490
492
"dword", $dFlags) ; DWORD dwFlags
491
493
If@errorThen
492
494
FileWrite($hLogs[$URIFailures], _NowCalc() &" - "&"UrlUnescapeW call failed with error: ("&@error&","&@extended&")"&@CRLF)
0 commit comments