IInternetProtocolInfo::CompareUrlIInternetProtocolInfo::CompareUrl*
*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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.