Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocument::abort Me...     IXMLDOMDocument::createAt...     IXMLDOMDocument Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocument::get_async Method


Indicates whether asynchronous download is permitted.

Visual Basic Syntax

boolValue = oXMLDOMDocument.async

C/C++ Syntax

HRESULT get_async(
    VARIANT_BOOL *isAsync);

Parameters

isAsync
[out] True if asynchronous download is permitted, or false if not.

C/C++ Return Values

S_OK
Value returned if successful.
E_INVALIDARG
Value returned if isAsync is null.

Remarks

This member is an extension of the W3C DOM.


IXMLDOMDocument::put_async Method


Indicates whether asynchronous download is permitted.

Visual Basic Syntax

objXMLDOMDocument.async = boolValue

C/C++ Syntax

HRESULT put_async(
    VARIANT_BOOL isAsync);

Parameters

isAsync
[out] True if asynchronous download is permitted, or false if not.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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.