Microsoft DirectX 9.0

IMediaPosition::CanSeekForward

The CanSeekForward method determines whether the filter graph can seek forward in the stream.

Syntax

HRESULT CanSeekForward(
  LONG *pCanSeekForward
);

Parameters

pCanSeekForward

[out] Pointer to a variable that receives the value OATRUE if the graph can seek forward, or OAFALSE otherwise.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_NOTIMPL Not implemented.
E_POINTER NULL pointer argument.

See Also