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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2005 virtual HRESULT WINAPI UnregisterPin(CLSID Filter,LPCWSTR Name) = 0;
2020 HRESULT (WINAPI *UnregisterPin)(IFilterMapper *This,CLSID Filter,LPCWSTR Name); member in struct:IFilterMapperVtbl
2037 #define IFilterMapper_UnregisterPin(This,Filter,Name) (This)->lpVtbl->UnregisterPin(This,Filter,Name)

Completed in 227 milliseconds