IEnumPins 37 3rdparty/include/dshow/strmif.h typedef struct IEnumPins IEnumPins; IEnumPins 915 3rdparty/include/dshow/strmif.h struct IEnumPins : public IUnknown { IEnumPins 920 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI Clone(IEnumPins **ppEnum) = 0; IEnumPins 925 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IEnumPins *This,REFIID riid,void **ppvObject); IEnumPins 926 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IEnumPins *This); IEnumPins 927 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IEnumPins *This); IEnumPins 928 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Next)(IEnumPins *This,ULONG cPins,IPin **ppPins,ULONG *pcFetched); IEnumPins 929 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Skip)(IEnumPins *This,ULONG cPins); IEnumPins 930 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Reset)(IEnumPins *This); IEnumPins 931 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *Clone)(IEnumPins *This,IEnumPins **ppEnum); IEnumPins 947 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEnumPins_Next_Proxy(IEnumPins *This,ULONG cPins,IPin **ppPins,ULONG *pcFetched); IEnumPins 949 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEnumPins_Skip_Proxy(IEnumPins *This,ULONG cPins); IEnumPins 951 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEnumPins_Reset_Proxy(IEnumPins *This); IEnumPins 953 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEnumPins_Clone_Proxy(IEnumPins *This,IEnumPins **ppEnum); IEnumPins 957 3rdparty/include/dshow/strmif.h typedef IEnumPins *PENUMPINS; IEnumPins 1210 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI EnumPins(IEnumPins **ppEnum) = 0; IEnumPins 1229 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *EnumPins)(IBaseFilter *This,IEnumPins **ppEnum); IEnumPins 1257 3rdparty/include/dshow/strmif.h HRESULT WINAPI IBaseFilter_EnumPins_Proxy(IBaseFilter *This,IEnumPins **ppEnum); IEnumPins 832 modules/videoio/src/cap_dshow.cpp IEnumPins *pins = NULL;