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.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
Yes, thank you so much! – Jeff Nov 17 '08 at 17:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.