CPosPassThru::GetPositions
Returns the current and stop position settings.
HRESULT GetPositions(
LONGLONG *pCurrent,
LONGLONG *pStop );
Parameters
- pCurrent
Start time in the current time format. - pStop
Stop time in the current time format.
Return Values
Returns the HRESULT value returned from calling IMediaSeeking::GetPositions on the connected pin.
Remarks
This member function implements the IMediaSeeking::GetPositions method by calling this same method on the upstream filter's output pin. It allows the retrieval of several values with only one call.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.