T
Tim Roberts
lucy said:See my another post. You still think that does not make sense? I also know
that the only way out is KM display driver filter, I just cannot believe
that obtaining such a simple structure needs a driver programming...
I'm not sure why you are so surprised. The information you are asking for
is EXTREMELY device-specific, and provides virtually no useful value for
applications. Why should Windows make it available?
Further, in the majority of cases, the information you want is just not
knowable. On a laptop that ships with a specific LCD panel, MAYBE the
display driver has a table that indicates the pixel characteristics for
that display. For a CRT, that information is not even available to the
driver.
You may have to resign yourself to doing your studies on a very specific
hardware setup, on which you can determine the pixel characteristics using
the debugger approach identified earlier in the thread.