UrlCompareA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".