IFilterMapper3    132 3rdparty/include/dshow/strmif.h typedef struct IFilterMapper3 IFilterMapper3;
IFilterMapper3   2162 3rdparty/include/dshow/strmif.h   struct IFilterMapper3 : public IFilterMapper2 {
IFilterMapper3   2169 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IFilterMapper3 *This,REFIID riid,void **ppvObject);
IFilterMapper3   2170 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IFilterMapper3 *This);
IFilterMapper3   2171 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IFilterMapper3 *This);
IFilterMapper3   2172 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CreateCategory)(IFilterMapper3 *This,REFCLSID clsidCategory,DWORD dwCategoryMerit,LPCWSTR Description);
IFilterMapper3   2173 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnregisterFilter)(IFilterMapper3 *This,const CLSID *pclsidCategory,const OLECHAR *szInstance,REFCLSID Filter);
IFilterMapper3   2174 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterFilter)(IFilterMapper3 *This,REFCLSID clsidFilter,LPCWSTR Name,IMoniker **ppMoniker,const CLSID *pclsidCategory,const OLECHAR *szInstance,const REGFILTER2 *prf2);
IFilterMapper3   2175 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumMatchingFilters)(IFilterMapper3 *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);
IFilterMapper3   2176 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetICreateDevEnum)(IFilterMapper3 *This,ICreateDevEnum **ppEnum);
IFilterMapper3   2193 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper3_GetICreateDevEnum_Proxy(IFilterMapper3 *This,ICreateDevEnum **ppEnum);