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.
HRESULT CoInternetCompareUrl(
_In_ LPCWSTR pwzUrl1,
_In_ LPCWSTR pwzUrl2,
_In_ DWORD dwCompareFlags
);
pwzUrl1 [in]
The address of a string value that contains the first URL.pwzUrl2 [in]
The address of a string value that contains the second URL.dwCompareFlags [in]
An unsigned long integer value that controls how the comparison should be done. This is set to TRUE to ignore slash marks, or FALSE otherwise.
Returns S_OK if equal, or S_FALSE otherwise.
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 4.0 |
Header |
Urlmon.h |
Library |
Urlmon.lib |
DLL |
Urlmon.dll |