IRegisterServiceProvider  512 3rdparty/include/dshow/strmif.h typedef struct IRegisterServiceProvider IRegisterServiceProvider;
IRegisterServiceProvider 6330 3rdparty/include/dshow/strmif.h   struct IRegisterServiceProvider : public IUnknown {
IRegisterServiceProvider 6337 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IRegisterServiceProvider *This,REFIID riid,void **ppvObject);
IRegisterServiceProvider 6338 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IRegisterServiceProvider *This);
IRegisterServiceProvider 6339 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IRegisterServiceProvider *This);
IRegisterServiceProvider 6340 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterService)(IRegisterServiceProvider *This,REFGUID guidService,IUnknown *pUnkObject);
IRegisterServiceProvider 6353 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IRegisterServiceProvider_RegisterService_Proxy(IRegisterServiceProvider *This,REFGUID guidService,IUnknown *pUnkObject);