Microsoft DirectX 8.1 (C++) |
The GetStartStop2 method retrieves the object's start and stop times, relative to the object's parent. This method is equivalent to IAMTimelineObj::GetStartStop, but takes REFTIME values.
Syntax
HRESULT GetStartStop2(
REFTIME *pStart,
REFTIME *pStop
);
Parameters
pStart
Pointer to a variable that receives the start time, in seconds.
pStop
Pointer to a variable that receives the stop time, in seconds.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
See Also