In the MSDN describes EnmuDisplayMonitors as "...The EnumDisplayMonitors function enumerates display monitors (including invisible pseudo-monitors associated with the mirroring drivers)...". What are invisible monitors and how would I be able to tell them apart from the physical ones?
Asked
Active
Viewed 750 times
1
-
Does this help? http://stackoverflow.com/questions/18022612/enumerating-monitors-on-a-computer – John Zwinck Oct 23 '14 at 08:55
1 Answers
2
As stated here:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd183569(v=vs.85).aspx
the StateFlags contains the value DISPLAY_DEVICE_MIRRORING_DRIVER for such kind of invisible pseudo-monitors.
So I think that's the information you where looking for.

IFeelGood
- 397
- 1
- 12