Share via


abort Method (DOMDocument) (Windows CE 5.0)

Send Feedback

This method aborts an asynchronous download in progress.

Note   Only operating systems (OSs) that include the Windows Internet API (WinInet) and URL Moniker Services (URLMON) support this method.

[Script]

Script Syntax

oXMLDOMDocument.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
    Returned if the method is successful.

C/C++Requirements

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

General Remarks

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

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

This method is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).

This method applies to the following interfaces:

DOMDocument and IXMLDOMParseError.

See Also

readyState property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.