Home | History | Annotate | Download | only in dshow

Lines Matching refs:CanRoute

4149     virtual HRESULT WINAPI CanRoute(long OutputPinIndex,long InputPinIndex) = 0;
4161 HRESULT (WINAPI *CanRoute)(IAMCrossbar *This,long OutputPinIndex,long InputPinIndex);
4175 #define IAMCrossbar_CanRoute(This,OutputPinIndex,InputPinIndex) (This)->lpVtbl->CanRoute(This,OutputPinIndex,InputPinIndex)