CBasePin::Run
A version of this page is also available for
4/8/2010
Notifies the pin that the filter has changed state from paused to running.
Syntax
HRESULT Run(
REFERENCE_TIME tStart
);
Parameters
- tStart
Start time as passed to the filter's Run method.
Return Value
Returns an HRESULT value (NOERROR_OK by default).
Remarks
This member function can be overridden in the derived class to perform activities such as committing memory or obtaining resources.
The filter graph manager's internal state variable is not updated until after this member function returns, so avoid testing the filter graph manager's state (directly or indirectly) from within this member function.
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |