C# equivalent to winuser.h and win32.dll methods
I'm manually having to define structures found in winuser.h in c++ and importing methods from win32.dll.
Is there a C# equivalent to the C++ winuser.h?
Is there a way to see the available methods in win32.dll?
Is there a C# equivalent to the C++ winuser.h?
Is there a way to see the available methods in win32.dll?