在 Windows XP/7 中获取 EDID 的 Win32 代码 [英] Win32 code to get EDID in Windows XP/7

查看:50
本文介绍了在 Windows XP/7 中获取 EDID 的 Win32 代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找到了这个页面,但无法访问任何有用的信息(它会在注册表中搜索某些内容,但从未找到并进入无限循环).

I found this page and was unable to get any useful information out of it (it searches the registry for something but never finds it and goes into an infinite loop).

正如这个关于获取监视器串行 UID(EDID 信息")的问题 所问我想要同样的信息,但从 Win32 C 代码(或 C/C++ DDK 代码,或无论如何)而不是 Linux.

As this question regarding getting the monitor serial UID ("EDID information") asks I would like the same information but from the point of view of Win32 C code (or C/C++ DDK code, or whatever) instead of Linux.

推荐答案

WMI 不支持 Windows XP 中的监视器类.已记录的获取 EDID 的方法是——现在仍然是——使用设置 API.

WMI didn't support monitor classes in Windows XP. The documented way of getting the EDID was - and still is - with the Setup API.

更长的调查和 VC++ 代码示例 在此处可用.

Longer survey and a VC++ code sample are available here.

这篇关于在 Windows XP/7 中获取 EDID 的 Win32 代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆