专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > VC

!一个主机可以接两个投影仪,让两个投影仪各显示屏幕的一半

发布时间:2011-06-23 14:22:14 文章来源:www.iduyao.cn 采编人员:星星草
求助!!一个主机可以接两个投影仪,让两个投影仪各显示屏幕的一半?
如题

------解决方案--------------------
call 多屏 api
EnumDisplayMonitors Enumerates display monitors that intersect a region formed by the intersection of a specified clipping rectangle and the visible region of a device context. 

GetMonitorInfo Retrieves information about a display monitor. 
MonitorEnumProc An application-defined callback function that is called by the 
EnumDisplayMonitors function. 

MonitorFromPoint Retrieves a handle to the display monitor that contains a specified point. 
MonitorFromRect Retrieves a handle to the display monitor that has the largest area of intersection with a specified rectangle. 

MonitorFromWindow Retrieves a handle to the display monitor that has the largest area of intersection with the bounding rectangle of a specified window. 
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: