| Microsoft DirectX 8.1 (C++) | 
The GetCutPoint2 method retrieves the cut point. This method is equivalent to IAMTimelineTrans::GetCutPoint, but takes a REFTIME value.
Syntax
HRESULT GetCutPoint2(
    REFTIME *pTLTime
);
Parameters
pTLTime
Pointer to a variable that receives the cut point, relative to the start time of the transition, in seconds.
Return Value
Returns one of the following HRESULT values:
| Value | Description | 
| S_FALSE | The cut point was not set. The value returned is the default value. | 
| S_OK | The cut point was set to a value other than the default. | 
| E_POINTER | NULL pointer argument. | 
See Also