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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h818 virtual HRESULT WINAPI QueryDirection(PIN_DIRECTION *pPinDir) = 0;
840 HRESULT (WINAPI *QueryDirection)(IPin *This,PIN_DIRECTION *pPinDir); member in struct:IPinVtbl
864 #define IPin_QueryDirection(This,pPinDir) (This)->lpVtbl->QueryDirection(This,pPinDir)

Completed in 123 milliseconds