CPosPassThru::CanSeekBackward

Determines if the current position can be moved backward in the media stream.

HRESULT CanSeekBackward(
LONG *pCanSeekBackward );

Parameters

  • pCanSeekBackward
    Set to OATRUE if able to seek backward; otherwise set to OAFALSE.

Return Values

Returns the HRESULT value returned from calling IMediaPosition::CanSeekBackward on the connected pin.

Remarks

This member function calls IMediaPosition::CanSeekBackward on the connected pin and returns the result.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.