UrlCompareA(3w)
NAME
UrlCompareA (SHLWAPI.@)
SYNOPSIS
INT UrlCompareA ( LPCSTR pszUrl1, LPCSTR pszUrl2, BOOL fIgnoreSlash )
DESCRIPTION
Compare two Urls.
PARAMS
pszUrl1 [In] First Url to compare.
pszUrl2 [In] Url to compare to pszUrl1.
fIgnoreSlash [In] TRUE = compare only up to a final slash.
RETURNS
less than zero, zero, or greater than zero indicating pszUrl2 is greater than, equal to, or less than pszUrl1 respectively.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".
- Debug channel "shell".