Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Aborts an asynchronous download in progress.
Syntax
HRESULT abort( void );
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 IDOMParseError interface indicates that the download was stopped.
If the readyState has the value COMPLETED, no action is taken and the current document is unchanged.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.