Home | History | Annotate | Download | only in dshow

Lines Matching refs:SetErrorTolerance

6363     virtual HRESULT WINAPI SetErrorTolerance(DWORD dwTolerance) = 0;
6372 HRESULT (WINAPI *SetErrorTolerance)(IAMClockSlave *This,DWORD dwTolerance);
6383 #define IAMClockSlave_SetErrorTolerance(This,dwTolerance) (This)->lpVtbl->SetErrorTolerance(This,dwTolerance)