Input values for Nativemethods.GetSystemMetrics function in .Net
This function is a way to access all kinds of system values. For example nativemethods.GetSystemMetrics (4096) returns whether the session is remote or local. All I can find on the internet are specific examples. Does anyone know where I can find a complete list of input parameter values / what they return? This seems to be very helpful.
0
source to share