Home | History | Annotate | Download | only in dshow

Lines Matching full:get_left

545     virtual HRESULT WINAPI get_Left(long *pLeft) = 0;
595 HRESULT (WINAPI *get_Left)(IVideoWindow *This,long *pLeft);
647 #define IVideoWindow_get_Left(This,pLeft) (This)->lpVtbl->get_Left(This,pLeft)