Microsoft Windows CE 3.0  

CSourceSeeking::GetPositions

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 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::SetPositionsfunction.