READYSTATE enumeration
Contains values that indicate what state an object is in.
Constants
READYSTATE_UNINITIALIZED
Default initialization state.READYSTATE_LOADING
Object is currently loading its properties.READYSTATE_LOADED
Object has been initialized.READYSTATE_INTERACTIVE
Object is interactive, but not all of its data is available.READYSTATE_COMPLETE
Object has received all of its data.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Ocidl.h |
IDL |
Ocidl.idl |