IHTMLStyleElement::get_readyStateIHTMLStyleElement::get_readyState*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyleElement::get_onreadystatechange
*Next Topic: IHTMLStyleElement::get_styleSheet

IHTMLStyleElement::get_readyState


HRESULT get_readyState(
    BSTR *p 
);

Retrieves the current state of an object being downloaded.

p
Address of a variable that receives the current 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.
uninitialized 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.