IVMRMonitorConfig  652 3rdparty/include/dshow/strmif.h typedef struct IVMRMonitorConfig IVMRMonitorConfig;
IVMRMonitorConfig 8792 3rdparty/include/dshow/strmif.h   struct IVMRMonitorConfig : public IUnknown {
IVMRMonitorConfig 8803 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IVMRMonitorConfig *This,REFIID riid,void **ppvObject);
IVMRMonitorConfig 8804 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IVMRMonitorConfig *This);
IVMRMonitorConfig 8805 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IVMRMonitorConfig *This);
IVMRMonitorConfig 8806 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);
IVMRMonitorConfig 8807 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);
IVMRMonitorConfig 8808 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDefaultMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);
IVMRMonitorConfig 8809 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDefaultMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);
IVMRMonitorConfig 8810 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAvailableMonitors)(IVMRMonitorConfig *This,VMRMONITORINFO *pInfo,DWORD dwMaxInfoArraySize,DWORD *pdwNumDevices);
IVMRMonitorConfig 8827 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRMonitorConfig_SetMonitor_Proxy(IVMRMonitorConfig *This,const VMRGUID *pGUID);
IVMRMonitorConfig 8829 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRMonitorConfig_GetMonitor_Proxy(IVMRMonitorConfig *This,VMRGUID *pGUID);
IVMRMonitorConfig 8831 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRMonitorConfig_SetDefaultMonitor_Proxy(IVMRMonitorConfig *This,const VMRGUID *pGUID);
IVMRMonitorConfig 8833 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRMonitorConfig_GetDefaultMonitor_Proxy(IVMRMonitorConfig *This,VMRGUID *pGUID);
IVMRMonitorConfig 8835 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IVMRMonitorConfig_GetAvailableMonitors_Proxy(IVMRMonitorConfig *This,VMRMONITORINFO *pInfo,DWORD dwMaxInfoArraySize,DWORD *pdwNumDevices);