使用 DDC 在 Windows 上检测 VGA 显示器?
Windows 是否提供任何 api 调用来检测显示器当前是否使用 DDC I 或 DCC 2 连接到 VGA 端口?
我正在尝试找出一种方法来了解显示器是否已连接并打开。
Does windows provide any api calls to detect if a monitor is presently connected on the VGA port by using DDC I or DCC 2?
I am trying to figure out a way to know if a monitor is connected and turned on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调用 EnumDisplayDevices 函数。
Call the EnumDisplayDevices function.
这不是一个免费的解决方案,但迄今为止我能找到的唯一一个:
http://www.nicomsoft.com/wini2cddc/" rel="nofollow noreferrer">http://www.nicomsoft.com/wini2cddc/" nicomsoft.com/wini2cddc/
Not a free solution but the only one that I've been able to find so far:
http://www.nicomsoft.com/wini2cddc/