.
C# Signature:
[DllImport("user32.dll")]
static extern int GetSystemMetrics(SystemMetric metric);
User-Defined Types:
Use SystemMetric to choose which metric to retrieve.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Most (all?) of this information is available through the static properties of the System.Windows.Forms.SystemInformation class.
Retrieves various system metrics of display elements and system configuration settings.
4/21/2009 7:37:08 AM - -24.226.54.84
Values to retrieve various system metrics
7/11/2014 4:52:40 PM - -69.196.158.230
