ReadyState Property

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.

 

The ReadyState property retrieves the ReadyState of the MSWebDVD object.

[ iReadyState = ] MSWebDVD.ReadyState

Return Value

Returns an integer value representing the control's ReadyState.

Return code Description
0 Default initialization state.
1 Object is loading its properties.
2 Object has been initialized.
3 Object is interactive, but not all its data is available.
4 Object has received all its data.

 

Remarks

This property is read-only with no default value.

Any object embedded in a Web page exposes the ReadyState property.

Requirements

Requirement Value
Header
Ocidl.h