Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolInfo::CombineUrl Next Topic: IInternetProtocolInfo::ParseUrl |
IInternetProtocolInfo::CompareUrl
HRESULT CompareUrl( [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 the comparison. Set to TRUE to ignore slashes, FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.