Tagged Questions
0
votes
1answer
529 views
Input Values for Nativemethods.GetSystemMetrics Function in .Net
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 ...