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.
This topic applies to Windows XP or later.
The Run method runs the playback device.
Applications should call the IMSVidCtl::Run method, rather than this method.
Syntax
HRESULT Run();
Parameters
This method has no parameters.
Return Value
The method returns an HRESULT. Possible values include the following.
Return code | Description |
---|---|
E_NOTIMPL |
Not implemented. |
S_OK |
The method succeeded. |
Remarks
This method allows for direct control of the source. However, if the underlying source filter is controlled using the standard DirectShow IMediaControl interface, this method returns E_NOTIMPL.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008