Skip to main content

pinvoke.net: the interop wiki!

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 33 people (-15 private), first by anonymouse user on 2006-07-13


Public Comment

on 2006-07-13 by jdrsantos

API/Pinvoke info for .Net

Public Sticky notes

PINVOKE.NET

Highlighted by briany

PINVOKE.NET attempts to address the difficulty of calling Win32 or other unmanaged APIs in managed code (languages such as C# and VB .NET). Manually defining and using PInvoke signatures (also known as Declare statements in VB) is an error-prone process that can introduce extremely subtle bugs. The rules are complex, and if you make a mistake, you’ll probably corrupt memory. Therefore, this site is a repository where you can find, edit, and add PInvoke signatures, user-defined types, and any other information that helps us leverage each other's efforts.

Highlighted by wsarka