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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h533 virtual HRESULT WINAPI get_WindowStyle(long *WindowStyle) = 0;
583 HRESULT (WINAPI *get_WindowStyle)(IVideoWindow *This,long *WindowStyle); member in struct:IVideoWindowVtbl
635 #define IVideoWindow_get_WindowStyle(This,WindowStyle) (This)->lpVtbl->get_WindowStyle(This,WindowStyle)

Completed in 29 milliseconds