| Microsoft DirectX 8.1 (C++) | 
The Pause method pauses the filter.
Syntax
HRESULT Pause(void);
Return Value
Returns an HRESULT value. Possible values include those in the following table.
| Value | Description | 
| S_OK | The transition is complete. | 
| S_FALSE | Transition is not complete. | 
Remarks
This method overrides the CBaseFilter::Pause method. It performs the following steps:
See Also