1. Is there any need to use PInvoke in your code?
2. Is there any need to use DllImport Attribute in your code?
3. Is there any need to call unmanaged APIs in managed code in your code?
4. Want something like of VB6's "API Text Viewer?
5. Want to share some code/trips in calling unmanaged code?
Then check the site PINVOKE.NET, which is a Wiki (created with FlexWiki), enabling users to share the info regarding calling unmanaged code.
It really saves lot of time; when ever I want to use unmanaged call; First I will check this site.
Manual usage of PInvoke signatures is really dreadful.
Check this site where you can find, edit, and add PInvoke signatures, user-defined types, and any other information that helps us leverage each other's efforts.
No comments:
Post a Comment