EnumDisplayMonitors (user32)
Last changed: -165.214.11.71

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool EnumDisplayMonitors(IntPtr hdc, IntPtr lprcClip,
   EnumMonitorsDelegate lpfnEnum, IntPtr dwData);

User-Defined Types:

None.

Notes:

Please add some!

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Use System.Windows.Forms.Screen.AllScreens to get an array of all displays on the system.

Documentation