Home | History | Annotate | Download | only in include

Lines Matching defs:GetMode

6015     virtual HRESULT STDMETHODCALLTYPE GetMode(
6054 HRESULT (STDMETHODCALLTYPE *GetMode)(
6075 #define IFileSinkFilter2_GetMode(This,pdwFlags) (This)->lpVtbl->GetMode(This,pdwFlags)
6099 GetMode(This,pdwFlags);
10207 virtual HRESULT WINAPI GetMode(IPin *pPin,LONG *Mode) = 0;
10220 HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,LONG *Mode);
10235 #define IAMVideoControl_GetMode(This,pPin,Mode) (This)->lpVtbl->GetMode(This,pPin,Mode)