IHTMLScriptElement::get_readyStateIHTMLScriptElement::get_readyState*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLScriptElement::get_defer
*Next Topic: IHTMLScriptElement::put_onerror

IHTMLScriptElement::get_readyState


HRESULT get_readyState(
    BSTR *p 
);

Retrieves the current state of an object being downloaded.

p
Address of a variable that receives the state. Can be one of these values:
complete The object is completely loaded.
interactive The object can be interacted with even though it is not fully loaded.
loading The object is currently being loaded.
unitialized The object is not created. Usually when the object is being downloaded.

Each object can independently determine which of the states it exposes.


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