ok(strcmp(szReturnUrl,TEST_URL_UNESCAPE[i].expect)==0,"Expected \"%s\", but got \"%s\" from \"%s\"\n",TEST_URL_UNESCAPE[i].expect,szReturnUrl,TEST_URL_UNESCAPE[i].url);
ZeroMemory(szReturnUrl,sizeof(szReturnUrl));
/* if we set the bufferpointer to NULL here UrlUnescape fails and string gets not converted */
/* if we set the buffer pointer to NULL here, UrlUnescape fails and the string is not converted */