Home
last modified time | relevance | path

Searched refs:IFilterMapper2 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h127 typedef struct IFilterMapper2 IFilterMapper2; typedef
2116 struct IFilterMapper2 : public IUnknown { struct
2126 HRESULT (WINAPI *QueryInterface)(IFilterMapper2 *This,REFIID riid,void **ppvObject);
2127 ULONG (WINAPI *AddRef)(IFilterMapper2 *This);
2128 ULONG (WINAPI *Release)(IFilterMapper2 *This);
2129 …HRESULT (WINAPI *CreateCategory)(IFilterMapper2 *This,REFCLSID clsidCategory,DWORD dwCategoryMerit…
2130 …HRESULT (WINAPI *UnregisterFilter)(IFilterMapper2 *This,const CLSID *pclsidCategory,const OLECHAR …
2131 …HRESULT (WINAPI *RegisterFilter)(IFilterMapper2 *This,REFCLSID clsidFilter,LPCWSTR Name,IMoniker *…
2132 …HRESULT (WINAPI *EnumMatchingFilters)(IFilterMapper2 *This,IEnumMoniker **ppEnum,DWORD dwFlags,WIN…
2135 struct IFilterMapper2 { struct
[all …]