Click to return to the XML (Extensible Markup Language) home page    
IXMLHttpRequest::getAllRe...     IXMLHttpRequest Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLHttpRequest::abort Method


Cancels the current HTTP request.

Visual Basic Syntax

oXMLHttpRequest.abort

C/C++ Syntax

HRESULT abort(void);

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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

See Also

readyState



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.