IHTMLDocument2::get_readyStateIHTMLDocument2::get_readyState*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDocument2::get_selection
*Next Topic: IHTMLDocument2::get_frames

IHTMLDocument2::get_readyState


HRESULT get_readyState(
    BSTR *p
);

Retrieves the current status of an object being downloaded.

p
Address of a string variable that receives the download status of the object. Can be one of these strings:
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 three states they expose.


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