Searched refs:put_Left (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h544 virtual HRESULT WINAPI put_Left(long Left) = 0;
594 HRESULT (WINAPI *put_Left)(IVideoWindow *This,long Left); member in struct:IVideoWindowVtbl
646 #define IVideoWindow_put_Left(This,Left) (This)->lpVtbl->put_Left(This,Left)

Completed in 72 milliseconds