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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h776 virtual HRESULT WINAPI put_DestinationTop(long DestinationTop) = 0;
819 HRESULT (WINAPI *put_DestinationTop)(IBasicVideo *This,long DestinationTop); member in struct:IBasicVideoVtbl
864 #define IBasicVideo_put_DestinationTop(This,DestinationTop) (This)->lpVtbl->put_DestinationTop(This,DestinationTop)
982 HRESULT (WINAPI *put_DestinationTop)(IBasicVideo2 *This,long DestinationTop); member in struct:IBasicVideo2Vtbl
1028 #define IBasicVideo2_put_DestinationTop(This,DestinationTop) (This)->lpVtbl->put_DestinationTop(This,DestinationTop)

Completed in 86 milliseconds