Compartilhar via


IInternetProtocolInfo::CompareUrl (Windows CE 5.0)

Send Feedback

This method compares two URLs and determines if they are equal.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.