Scroll to navigation

UrlCompareW(3w) Wine API UrlCompareW(3w)

NAME

UrlCompareW (SHLWAPI.@)

SYNOPSIS

INT UrlCompareW
(
LPCWSTR pszUrl1,
LPCWSTR pszUrl2,
BOOL fIgnoreSlash
)
 

DESCRIPTION

See UrlCompareA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c".
Debug channel "shell".
Oct 2012 Wine API