Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deprecated. Reports whether the current URL is an error URL.
Syntax
HRESULT retVal = object.IsErrorUrl(lpszUrl, pfIsError);
Parameters
lpszUrl [in]
Type: LPCTSTRThe URL to test.
pfIsError [out]
Type: BOOLA 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.