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 "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.