Searched refs:IsValidURL (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/urlmon/ |
H A D | urlmon.spec | 98 197 stdcall IsValidURL(ptr wstr long)
|
H A D | urlmon_main.c | 525 HRESULT WINAPI IsValidURL(LPBC pBC, LPCWSTR szURL, DWORD dwReserved) in IsValidURL() function
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | misc.c | 1704 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 D | urlmon.idl | 2198 cpp_quote("HRESULT WINAPI IsValidURL(LPBC,LPCWSTR,DWORD);")
|