| Microsoft DirectX 8.1 (C++) | 
The CheckStreaming method determines whether the pin can accept samples.
Syntax
HRESULT CheckStreaming(void);
Return Value
Returns one of the HRESULT values listed in the following table.
| Value | Description | 
| S_OK | Success. | 
| S_FALSE | Pin is currently flushing. | 
| VFW_E_NOT_CONNECTED | The output pin is not connected. | 
| VFW_E_RUNTIME_ERROR | A run-time error occurred. | 
| VFW_E_WRONG_STATE | The pin is stopped. | 
Remarks
This method overrides the CBaseInputPin::CheckStreaming method.
See Also