Microsoft Windows CE 3.0  

CSourceSeeking::GetStopPosition

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the position within the media stream at which playback should stop.

HRESULT GetStopPosition(
LONGLONG *
pStop
);

Parameters

pStop
Returned stop time set to the value in m_rtStop.

Return Values

Returns E_POINTER if pStopis invalid; otherwise, returns S_OK.

Remarks

Set the stop time in the CSourceSeeking::SetPositionsfunction.