IVMRImagePresenterConfig  692 3rdparty/include/dshow/strmif.h typedef struct IVMRImagePresenterConfig IVMRImagePresenterConfig;
IVMRImagePresenterConfig 9264 3rdparty/include/dshow/strmif.h   struct IVMRImagePresenterConfig : public IUnknown {
IVMRImagePresenterConfig 9272 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IVMRImagePresenterConfig *This,REFIID riid,void **ppvObject);
IVMRImagePresenterConfig 9273 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IVMRImagePresenterConfig *This);
IVMRImagePresenterConfig 9274 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IVMRImagePresenterConfig *This);
IVMRImagePresenterConfig 9275 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetRenderingPrefs)(IVMRImagePresenterConfig *This,DWORD dwRenderFlags);
IVMRImagePresenterConfig 9276 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetRenderingPrefs)(IVMRImagePresenterConfig *This,DWORD *dwRenderFlags);
IVMRImagePresenterConfig 9290 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRImagePresenterConfig_SetRenderingPrefs_Proxy(IVMRImagePresenterConfig *This,DWORD dwRenderFlags);
IVMRImagePresenterConfig 9292 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRImagePresenterConfig_GetRenderingPrefs_Proxy(IVMRImagePresenterConfig *This,DWORD *dwRenderFlags);
IVMRImagePresenterConfig 9300 3rdparty/include/dshow/strmif.h   struct IVMRImagePresenterExclModeConfig : public IVMRImagePresenterConfig {