Searched defs:get_DestinationLeft (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h773 virtual HRESULT WINAPI get_DestinationLeft(long *pDestinationLeft) = 0;
816 HRESULT (WINAPI *get_DestinationLeft)(IBasicVideo *This,long *pDestinationLeft); member in struct:IBasicVideoVtbl
861 #define IBasicVideo_get_DestinationLeft(This,pDestinationLeft) (This)->lpVtbl->get_DestinationLeft(This,pDestinationLeft)
979 HRESULT (WINAPI *get_DestinationLeft)(IBasicVideo2 *This,long *pDestinationLeft); member in struct:IBasicVideo2Vtbl
1025 #define IBasicVideo2_get_DestinationLeft(This,pDestinationLeft) (This)->lpVtbl->get_DestinationLeft(This,pDestinationLeft)

Completed in 527 milliseconds