Searched refs:parse_urlW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/urlmon/ |
H A D | uri.c | 94 static const WCHAR parse_urlW[] = {'w','i','n','e','t','e','s','t',':','t','e','s','t',0}; variable 10657 ok(!lstrcmpW(pwzUrl, parse_urlW), "Error: Expected %s, but got %s instead.\n", in InternetProtocolInfo_ParseUrl() 10658 wine_dbgstr_w(parse_urlW), wine_dbgstr_w(pwzUrl)); in InternetProtocolInfo_ParseUrl() 11088 hr = pCreateUri(parse_urlW, 0, 0, &uri); in test_CoInternetParseIUri_Pluggable()
|