Home
last modified time | relevance | path

Searched refs:IsValidURL (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/urlmon/
H A Durlmon.spec98 197 stdcall IsValidURL(ptr wstr long)
H A Durlmon_main.c525 HRESULT WINAPI IsValidURL(LPBC pBC, LPCWSTR szURL, DWORD dwReserved) in IsValidURL() function
/reactos/modules/rostests/winetests/urlmon/
H A Dmisc.c1704 hr = IsValidURL(NULL, 0, 0); in test_IsValidURL()
1707 hr = IsValidURL(NULL, wszHttpWineHQ, 0); in test_IsValidURL()
1712 hr = IsValidURL(bctx, wszHttpWineHQ, 0); in test_IsValidURL()
/reactos/sdk/include/psdk/
H A Durlmon.idl2198 cpp_quote("HRESULT WINAPI IsValidURL(LPBC,LPCWSTR,DWORD);")