Home | History | Annotate | Download | only in include

Lines Matching refs:put_Left

544     virtual HRESULT WINAPI put_Left(__LONG32 Left) = 0;
594 HRESULT (WINAPI *put_Left)(IVideoWindow *This,__LONG32 Left);
646 #define IVideoWindow_put_Left(This,Left) (This)->lpVtbl->put_Left(This,Left)