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

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

问题描述

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

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的方法是-至今仍然是-使用Setup 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.

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

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