Home | History | Annotate | Download | only in dshow

Lines Matching refs:MouseSelect

7089     virtual HRESULT WINAPI MouseSelect(POINT point) = 0;
7131 HRESULT (WINAPI *MouseSelect)(IDvdControl *This,POINT point);
7175 #define IDvdControl_MouseSelect(This,point) (This)->lpVtbl->MouseSelect(This,point)