Home | History | Annotate | Download | only in dshow

Lines Matching refs:GetErrorTolerance

6364     virtual HRESULT WINAPI GetErrorTolerance(DWORD *pdwTolerance) = 0;
6373 HRESULT (WINAPI *GetErrorTolerance)(IAMClockSlave *This,DWORD *pdwTolerance);
6384 #define IAMClockSlave_GetErrorTolerance(This,pdwTolerance) (This)->lpVtbl->GetErrorTolerance(This,pdwTolerance)