shlwapi: Implement stub for ZoneCheckUrlExW.

This commit is contained in:
Owen Rudge 2009-09-02 16:38:08 +01:00 committed by Alexandre Julliard
parent 79d671b7ec
commit e6f2ec4766
2 changed files with 26 additions and 1 deletions

View file

@ -4672,3 +4672,28 @@ INT WINAPI SHFormatDateTimeA(const FILETIME UNALIGNED *fileTime, DWORD *flags,
HeapFree(GetProcessHeap(), 0, bufW);
return retval;
}
/***********************************************************************
* ZoneCheckUrlExW [SHLWAPI.231]
*
* Checks the details of the security zone for the supplied site. (?)
*
* PARAMS
*
* szURL [I] Pointer to the URL to check
*
* Other parameters currently unknown.
*
* RETURNS
* unknown
*/
INT WINAPI ZoneCheckUrlExW(LPWSTR szURL, PVOID pUnknown, DWORD dwUnknown2,
DWORD dwUnknown3, DWORD dwUnknown4, DWORD dwUnknown5, DWORD dwUnknown6,
DWORD dwUnknown7)
{
FIXME("(%s,%p,%x,%x,%x,%x,%x,%x) STUB\n", debugstr_w(szURL), pUnknown, dwUnknown2,
dwUnknown3, dwUnknown4, dwUnknown5, dwUnknown6, dwUnknown7);
return 0;
}

View file

@ -228,7 +228,7 @@
228 stub -noname ZoneCheckUrlA
229 stub -noname ZoneCheckUrlW
230 stub -noname ZoneCheckUrlExA
231 stub -noname ZoneCheckUrlExW
231 stdcall -noname ZoneCheckUrlExW(wstr ptr long long long long long long)
232 stub -noname ZoneCheckUrlExCacheA
233 stub -noname ZoneCheckUrlExCacheW
234 stub -noname ZoneCheckHost