IResourceManager  222 3rdparty/include/dshow/strmif.h typedef struct IResourceManager IResourceManager;
IResourceManager 3112 3rdparty/include/dshow/strmif.h   struct IResourceManager : public IUnknown {
IResourceManager 3126 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IResourceManager *This,REFIID riid,void **ppvObject);
IResourceManager 3127 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IResourceManager *This);
IResourceManager 3128 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IResourceManager *This);
IResourceManager 3129 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Register)(IResourceManager *This,LPCWSTR pName,LONG cResource,LONG *plToken);
IResourceManager 3130 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterGroup)(IResourceManager *This,LPCWSTR pName,LONG cResource,LONG *palTokens,LONG *plToken);
IResourceManager 3131 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RequestResource)(IResourceManager *This,LONG idResource,IUnknown *pFocusObject,IResourceConsumer *pConsumer);
IResourceManager 3132 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NotifyAcquire)(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer,HRESULT hr);
IResourceManager 3133 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NotifyRelease)(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer,WINBOOL bStillWant);
IResourceManager 3134 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CancelRequest)(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer);
IResourceManager 3135 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetFocus)(IResourceManager *This,IUnknown *pFocusObject);
IResourceManager 3136 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReleaseFocus)(IResourceManager *This,IUnknown *pFocusObject);
IResourceManager 3156 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_Register_Proxy(IResourceManager *This,LPCWSTR pName,LONG cResource,LONG *plToken);
IResourceManager 3158 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_RegisterGroup_Proxy(IResourceManager *This,LPCWSTR pName,LONG cResource,LONG *palTokens,LONG *plToken);
IResourceManager 3160 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_RequestResource_Proxy(IResourceManager *This,LONG idResource,IUnknown *pFocusObject,IResourceConsumer *pConsumer);
IResourceManager 3162 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_NotifyAcquire_Proxy(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer,HRESULT hr);
IResourceManager 3164 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_NotifyRelease_Proxy(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer,WINBOOL bStillWant);
IResourceManager 3166 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_CancelRequest_Proxy(IResourceManager *This,LONG idResource,IResourceConsumer *pConsumer);
IResourceManager 3168 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_SetFocus_Proxy(IResourceManager *This,IUnknown *pFocusObject);
IResourceManager 3170 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IResourceManager_ReleaseFocus_Proxy(IResourceManager *This,IUnknown *pFocusObject);