CSourceSeeking::GetPositions

Retrieves the current and stop position settings.

HRESULT GetPositions(
LONGLONG *pCurrent,
LONGLONG *pStop );

Parameters

  • pCurrent
    Current start time set to the value in m_rtStart.
  • pStop
    Current stop time set to the value in m_rtStop.

Return Values

Returns S_OK.

Remarks

The start and stop times are set in the CSourceSeeking::SetPositions function.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.