abort Method (DOMDocument) (Windows Embedded CE 6.0)

1/6/2010

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 Syntax

oXMLDOMDocument.abort();

Remarks

Ee503365.collapse(en-US,WinEmbedded.60).gifScript Parameters

None

Ee503365.collapse(en-US,WinEmbedded.60).gifScript Return Value

None

C/C++ Syntax

HRESULT abort( void );

Remarks

Ee503365.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

None

Ee503365.collapse(en-US,WinEmbedded.60).gifC/C++ Return Value

  • S_OK
    Returned if the method is successful.

Ee503365.collapse(en-US,WinEmbedded.60).gifC/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 (DOMDocument) 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

Reference

XML DOM Methods

Concepts

readyState Property (DOMDocument)