READYSTATE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration contains values that indicate what state an object is in. The values are used by the IWebBrowser2::get_ReadyState property.

Syntax

enum tagREADYSTATE{
  READYSTATE_UNINITIALIZED  =  0,
  READYSTATE_LOADING  =  1,
  READYSTATE_LOADED  =  2,
  READYSTATE_INTERACTIVE  =  3,
  READYSTATE_COMPLETE  =  4
}  READYSTATE;

Elements

  • READYSTATE_UNINITIALIZED
    Default initialization state
  • READYSTATE_LOADING
    Object is currently loading its properties
  • READYSTATE_LOADED
    Object was initialized
  • READYSTATE_INTERACTIVE
    Object is interactive, but not all its data is available
  • READYSTATE_COMPLETE
    Object has received all its data

Requirements

Header ocidl.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Internet Explorer Mobile Browser Enumerations