Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_AntiClogControl

4951     virtual HRESULT WINAPI get_AntiClogControl(long *pEnabled) = 0;
4986 HRESULT (WINAPI *get_AntiClogControl)(IAMExtTransport *This,long *pEnabled);
5023 #define IAMExtTransport_get_AntiClogControl(This,pEnabled) (This)->lpVtbl->get_AntiClogControl(This,pEnabled)