Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two URLs and determines if they are equal.
Syntax
HRESULT CompareUrl(
LPCWSTR pwzUrl1,
LPCWSTR pwzUrl2,
DWORD dwCompareFlags
);
Parameters
- pwzUrl1
[in] String value that contains the first URL. - pwzUrl2
[in] String value that contains the second URL. - dwCompareFlags
[in] Unsigned long integer value that controls the comparison. Set this to TRUE to ignore slashes, or to FALSE otherwise.
Return Values
Returns S_OK if successful, or an error value otherwise.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
Send Feedback on this topic to the authors