0

This function appears to be a way to access all sorts of system values. For example nativemethods.GetSystemMetrics(4096) returns whether a session is remote or local. All I can find on the web are specific examples--does anyone know where I could find a complete list of input parameter values/what they return? Seems that it could be very useful.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Jeff
  • 8,020
  • 34
  • 99
  • 157

1 Answers1

2

Is this page from PInvoke.NET what you're after?

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194