IsErrorUrl method

Deprecated. Reports whether the current URL is an error URL.

Syntax

HRESULT retVal = object.IsErrorUrl(lpszUrl, pfIsError);

Parameters

  • lpszUrl [in]
    Type: LPCTSTR

    The URL to test.

  • pfIsError [out]
    Type: BOOL

    A pointer to a boolean indicating whether there is an error.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

IDocObjectService::IsErrorUrl was introduced in Microsoft Internet Explorer 6.