Home | History | Annotate | Download | only in include

Lines Matching refs:GetStartTime

14236     virtual HRESULT WINAPI GetStartTime(REFERENCE_TIME *prtStart) = 0;
14253 HRESULT (WINAPI *GetStartTime)(IGraphConfig *This,REFERENCE_TIME *prtStart);
14272 #define IGraphConfig_GetStartTime(This,prtStart) (This)->lpVtbl->GetStartTime(This,prtStart)