Contents Index Topic Contents | ||
Previous Topic: CoInternetCombineUrl Next Topic: CoInternetQueryInfo |
CoInternetCompareUrl
STDAPI CoInternetCompareUrl( [in] LPCWSTR pwzUrl1, [in] LPCWSTR pwzUrl2, [in] DWORD dwCompareFlags );Compares two URLs and determines if they are equal.
- Returns S_OK if equal, or S_FALSE otherwise.
- pwzUrl1
- String value that contains the first URL.
- pwzUrl2
- String value that contains the second URL.
- dwCompareFlags
- Double-word value that controls how the comparison should be done. Set to TRUE to ignore slashes, FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.