Possible Duplicate:
Windows API and .net languages
I want to call native Windows API from .NET Framework. I want to have an easy way where I can call native API from high-level layer like other .NET APIs.
Please refer to any resource which you know. Any help will be appreciated.
You can use PInvoke in order to call Windows API functions.
There is also PInvoke Interop Assistant which generates a PInvoke signature of a function if you provide its Win32 signature.