Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocument::async Pr...     IXMLDOMDocument Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocument::abort Method


Aborts an asynchronous download in progress.

Visual Basic Syntax

oXMLDOMDocument.abort

C/C++ Syntax

HRESULT abort(
    void
);

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method stops download and parsing, and discards any portion of the XML tree already built. The IXMLDOMParseError interface indicates that the download was stopped.

If the readyState method has the value COMPLETED, no action is taken and the current document is unchanged.

This member is an extension of the W3C DOM.



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.