Searched refs:IQualityControl (Results 1 – 1 of 1) sorted by relevance
137 typedef struct IQualityControl IQualityControl; typedef2208 typedef IQualityControl *PQUALITYCONTROL;2216 struct IQualityControl : public IUnknown { struct2219 virtual HRESULT WINAPI SetSink(IQualityControl *piqc) = 0;2224 HRESULT (WINAPI *QueryInterface)(IQualityControl *This,REFIID riid,void **ppvObject);2225 ULONG (WINAPI *AddRef)(IQualityControl *This);2226 ULONG (WINAPI *Release)(IQualityControl *This);2227 HRESULT (WINAPI *Notify)(IQualityControl *This,IBaseFilter *pSelf,Quality q);2228 HRESULT (WINAPI *SetSink)(IQualityControl *This,IQualityControl *piqc);2231 struct IQualityControl { struct[all …]