Home | History | Annotate | Download | only in include

Lines Matching defs:GetSwitches

103     virtual HRESULT STDMETHODCALLTYPE GetSwitches(
170 HRESULT (STDMETHODCALLTYPE *GetSwitches)(
247 #define IDirectDrawVideo_GetSwitches(This,pSwitches) (This)->lpVtbl->GetSwitches(This,pSwitches)
276 return This->lpVtbl->GetSwitches(This,pSwitches);