c++winapimultiple-monitorsmonitors

retrieve multiple display information using win32/C++


Is there any way to retrieve information about how many extra displays there are besides the main one, how they are numbered, what the dimensions are, etc? I know this is pretty easy in .net land.


Solution

  • EnumDisplayMonitors should get you started.