Share via


abort Method (IXMLHTTPRequest) (Windows CE 5.0)

Send Feedback

Cancels the current HTTP request.

[Script]

Script Syntax

oXMLHttpRequest.abort();

Script Parameters

None.

Script Return Value

None.

[C/C++]

C/C++ Syntax

HRESULT abort(void);

C/C++ Parameters

None.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_FAIL
    Value returned if an error occurs.

Requirements

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

General Remarks

The request will be returned to the UNINITIALIZED state, and the open method must be called next.

This method applies to the following interface:

IXMLHTTPRequest

See Also

open Method | readyState Property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.