IXMLDocument::get_readyStateIXMLDocument::get_readyState*
*Contents  *Index  *Topic Contents
*Previous Topic: IXMLDocument::get_mimeType
*Next Topic: IXMLDocument::get_charset

IXMLDocument::get_readyState

HRESULT IXMLDocument::get_readyState(
    LONG *pl)

Determines if the document is done loading.

pl
Address of a storage area in which to return the readystate property.

The returned readystate property, such as READYSTATE_LOADED, READYSTATE_LOADING, or READYSTATE_COMPLETE, indicates whether the document has been loaded completely. If the document is still loading, the returned value is READYSTATE_LOADING; if it is successfully loaded, it is READYSTATE_COMPLETE.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.