Searched refs:IVMRMonitorConfig (Results 1 – 1 of 1) sorted by relevance
652 typedef struct IVMRMonitorConfig IVMRMonitorConfig; typedef8792 struct IVMRMonitorConfig : public IUnknown { struct8803 HRESULT (WINAPI *QueryInterface)(IVMRMonitorConfig *This,REFIID riid,void **ppvObject);8804 ULONG (WINAPI *AddRef)(IVMRMonitorConfig *This);8805 ULONG (WINAPI *Release)(IVMRMonitorConfig *This);8806 HRESULT (WINAPI *SetMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);8807 HRESULT (WINAPI *GetMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);8808 HRESULT (WINAPI *SetDefaultMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);8809 HRESULT (WINAPI *GetDefaultMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);8810 …HRESULT (WINAPI *GetAvailableMonitors)(IVMRMonitorConfig *This,VMRMONITORINFO *pInfo,DWORD dwMaxIn…[all …]