Microsoft DirectX 9.0 |
The CanSeekForward method determines whether the stream can be seeked forward. This method implements the IMediaPosition::CanSeekForward method.
Syntax
HRESULT CanSeekForward(
LONG *pCanSeekForward
);
Parameters
pCanSeekForward
Pointer to a variable that receives the value OATRUE if the filter can seek forward, or OAFALSE otherwise.
Return Value
Returns the HRESULT value from the connected pin.
See Also