Possible duplicate:Windows API and .net Languages
I want to call my own Windows API from the .NET Framework. I want to have an easy way by which I can call my own API from a high level level, like other .NET APIs. Please refer to any resource you know. Any help would be appreciated.
You can use PInvoke to call Windows API functions.
There is also a PInvoke Interop Assistant that generates a signature for the PInvoke function if you provide it with a Win32 signature.
You can call unmanaged DLLs and other functions from WinAPI using P / Invoke in C #. This link describes how to use many of these features.
http://pinvoke.net/
Source: https://habr.com/ru/post/907015/More articles:How to use eve () in Raphael? - javascriptSpring ReloadableResourceBundleMessageSource Message Not Found - springMVC-ControllerTypeCache.xml in MVC - asp.net-mvcImageMagick: Layered Images with a Gravity-Composite Transformation - image-processingMPMoviePlayerController playing airPlay in the background, crashing when you double-click the home button - ioshow to restore the registration identifier and send a message to a third-party application in android c2dm0 + - androidConnection still idle after closing - c #How can I open NSMenu at the position of the mouse cursor? - cocoaChanging Map Behavior in Clojure - clojureWindows API and .net Languages - c #All Articles