IFilterMapper     122 3rdparty/include/dshow/strmif.h typedef struct IFilterMapper IFilterMapper;
IFilterMapper    1997 3rdparty/include/dshow/strmif.h   struct IFilterMapper : public IUnknown {
IFilterMapper    2011 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IFilterMapper *This,REFIID riid,void **ppvObject);
IFilterMapper    2012 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IFilterMapper *This);
IFilterMapper    2013 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IFilterMapper *This);
IFilterMapper    2014 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterFilter)(IFilterMapper *This,CLSID clsid,LPCWSTR Name,DWORD dwMerit);
IFilterMapper    2015 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterFilterInstance)(IFilterMapper *This,CLSID clsid,LPCWSTR Name,CLSID *MRId);
IFilterMapper    2016 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterPin)(IFilterMapper *This,CLSID Filter,LPCWSTR Name,WINBOOL bRendered,WINBOOL bOutput,WINBOOL bZero,WINBOOL bMany,CLSID ConnectsToFilter,LPCWSTR ConnectsToPin);
IFilterMapper    2017 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterPinType)(IFilterMapper *This,CLSID clsFilter,LPCWSTR strName,CLSID clsMajorType,CLSID clsSubType);
IFilterMapper    2018 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnregisterFilter)(IFilterMapper *This,CLSID Filter);
IFilterMapper    2019 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnregisterFilterInstance)(IFilterMapper *This,CLSID MRId);
IFilterMapper    2020 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnregisterPin)(IFilterMapper *This,CLSID Filter,LPCWSTR Name);
IFilterMapper    2021 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumMatchingFilters)(IFilterMapper *This,IEnumRegFilters **ppEnum,DWORD dwMerit,WINBOOL bInputNeeded,CLSID clsInMaj,CLSID clsInSub,WINBOOL bRender,WINBOOL bOututNeeded,CLSID clsOutMaj,CLSID clsOutSub);
IFilterMapper    2041 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_RegisterFilter_Proxy(IFilterMapper *This,CLSID clsid,LPCWSTR Name,DWORD dwMerit);
IFilterMapper    2043 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_RegisterFilterInstance_Proxy(IFilterMapper *This,CLSID clsid,LPCWSTR Name,CLSID *MRId);
IFilterMapper    2045 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_RegisterPin_Proxy(IFilterMapper *This,CLSID Filter,LPCWSTR Name,WINBOOL bRendered,WINBOOL bOutput,WINBOOL bZero,WINBOOL bMany,CLSID ConnectsToFilter,LPCWSTR ConnectsToPin);
IFilterMapper    2047 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_RegisterPinType_Proxy(IFilterMapper *This,CLSID clsFilter,LPCWSTR strName,CLSID clsMajorType,CLSID clsSubType);
IFilterMapper    2049 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_UnregisterFilter_Proxy(IFilterMapper *This,CLSID Filter);
IFilterMapper    2051 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_UnregisterFilterInstance_Proxy(IFilterMapper *This,CLSID MRId);
IFilterMapper    2053 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_UnregisterPin_Proxy(IFilterMapper *This,CLSID Filter,LPCWSTR Name);
IFilterMapper    2055 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterMapper_EnumMatchingFilters_Proxy(IFilterMapper *This,IEnumRegFilters **ppEnum,DWORD dwMerit,WINBOOL bInputNeeded,CLSID clsInMaj,CLSID clsInSub,WINBOOL bRender,WINBOOL bOututNeeded,CLSID clsOutMaj,CLSID clsOutSub);