Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.
ReadyState property retrieves the ReadyState of the MSWebDVD object.
Syntax
typedef enum tagREADYSTATE {
READYSTATE_UNINITIALIZED = 0,
READYSTATE_LOADING = 1,
READYSTATE_LOADED = 2,
READYSTATE_INTERACTIVE = 3,
READYSTATE_COMPLETE = 4
} READYSTATE;
Constants
READYSTATE_UNINITIALIZEDValue: 0 Default initialization state. |
READYSTATE_LOADINGValue: 1 Object is loading its properties. |
READYSTATE_LOADEDValue: 2 Object has been initialized. |
READYSTATE_INTERACTIVEValue: 3 Object is interactive, but not all its data is available. |
READYSTATE_COMPLETEValue: 4 Object has received all its data. |
Remarks
This property is read-only with no default value.
Returns an integer value representing the control's ReadyState.
Any object embedded in a Web page exposes the ReadyState property.
Requirements
| Requirement | Value |
|---|---|
| Header | ocidl.h |