IFilterMapper2 127 3rdparty/include/dshow/strmif.h typedef struct IFilterMapper2 IFilterMapper2; IFilterMapper2 2116 3rdparty/include/dshow/strmif.h struct IFilterMapper2 : public IUnknown { IFilterMapper2 2126 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IFilterMapper2 *This,REFIID riid,void **ppvObject); IFilterMapper2 2127 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IFilterMapper2 *This); IFilterMapper2 2128 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IFilterMapper2 *This); IFilterMapper2 2129 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *CreateCategory)(IFilterMapper2 *This,REFCLSID clsidCategory,DWORD dwCategoryMerit,LPCWSTR Description); IFilterMapper2 2130 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *UnregisterFilter)(IFilterMapper2 *This,const CLSID *pclsidCategory,const OLECHAR *szInstance,REFCLSID Filter); IFilterMapper2 2131 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *RegisterFilter)(IFilterMapper2 *This,REFCLSID clsidFilter,LPCWSTR Name,IMoniker **ppMoniker,const CLSID *pclsidCategory,const OLECHAR *szInstance,const REGFILTER2 *prf2); IFilterMapper2 2132 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *EnumMatchingFilters)(IFilterMapper2 *This,IEnumMoniker **ppEnum,DWORD dwFlags,WINBOOL bExactMatch,DWORD dwMerit,WINBOOL bInputNeeded,DWORD cInputTypes,const GUID *pInputTypes,const REGPINMEDIUM *pMedIn,const CLSID *pPinCategoryIn,WINBOOL bRender,WINBOOL bOutputNeeded,DWORD cOutputTypes,const GUID *pOutputTypes,const REGPINMEDIUM *pMedOut,const CLSID *pPinCategoryOut); IFilterMapper2 2148 3rdparty/include/dshow/strmif.h HRESULT WINAPI IFilterMapper2_CreateCategory_Proxy(IFilterMapper2 *This,REFCLSID clsidCategory,DWORD dwCategoryMerit,LPCWSTR Description); IFilterMapper2 2150 3rdparty/include/dshow/strmif.h HRESULT WINAPI IFilterMapper2_UnregisterFilter_Proxy(IFilterMapper2 *This,const CLSID *pclsidCategory,const OLECHAR *szInstance,REFCLSID Filter); IFilterMapper2 2152 3rdparty/include/dshow/strmif.h HRESULT WINAPI IFilterMapper2_RegisterFilter_Proxy(IFilterMapper2 *This,REFCLSID clsidFilter,LPCWSTR Name,IMoniker **ppMoniker,const CLSID *pclsidCategory,const OLECHAR *szInstance,const REGFILTER2 *prf2); IFilterMapper2 2154 3rdparty/include/dshow/strmif.h HRESULT WINAPI IFilterMapper2_EnumMatchingFilters_Proxy(IFilterMapper2 *This,IEnumMoniker **ppEnum,DWORD dwFlags,WINBOOL bExactMatch,DWORD dwMerit,WINBOOL bInputNeeded,DWORD cInputTypes,const GUID *pInputTypes,const REGPINMEDIUM *pMedIn,const CLSID *pPinCategoryIn,WINBOOL bRender,WINBOOL bOutputNeeded,DWORD cOutputTypes,const GUID *pOutputTypes,const REGPINMEDIUM *pMedOut,const CLSID *pPinCategoryOut); IFilterMapper2 2162 3rdparty/include/dshow/strmif.h struct IFilterMapper3 : public IFilterMapper2 {