Share via


IMSVidPlayback::Stop Method

This topic applies to Windows XP or later.
The Stop method stops the playback device.
Applications should call the IMSVidCtl::Stop method, rather than this method.

Syntax

HRESULT Stop();

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

IMSVidPlayback Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008