UrlCompareA (SHLWAPI.@)
INT UrlCompareA ( LPCSTR pszUrl1, LPCSTR pszUrl2, BOOL fIgnoreSlash )
Compare two Urls.
pszUrl1 | [In] | First Url to compare. |
pszUrl2 | [In] | Url to compare to pszUrl1. |
fIgnoreSlash | [In] | TRUE = compare only up to a final slash. |
less than zero, zero, or greater than zero indicating pszUrl2 is greater than, equal to, or less than pszUrl1 respectively.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.