C#C
C#7mo ago
Phill

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?
Was this page helpful?