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.
- Returns S_OK if successful. Possible error codes include E_OUTOFMEMORY and E_INVALIDARG.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.