In alpha 2 the following win32 api calls have been wrapped (totalled 117):
ChangeNotification********
FindCloseChangeNotification
FindFirstChangeNotification
FindNextChangeNotification
FindNextPrinterChangeNotification
FindNextPrinterChangeNotification
FindFirstPrinterChangeNotification
FindClosePrinterChangeNotification
Clipboard********
AddClipboardFormatListener
GetUpdatedClipboardFormats
CloseClipboard
EmptyClipboard
GetClipboardData
SetClipboardData
IsClipboardFormatAvailable
OpenClipboard
GetClipboardViewer
SetClipboardViewer
ChangeClipboardChain
CountClipboardFormats
GetClipboardFormatName
GetClipboardOwner
GetClipboardSequenceNumber
GetOpenClipboardWindow
GetPriorityClipboardFormat
RegisterClipboardFormat
RemoveClipboardFormatListener... read more
PInvoke is a managed wrapper library for the most widely used Win32 API calls. PInvoke eliminates all the difficulties of handling PInvoke signatures. Elaborate documentations makes the PInvoke call as easy as a normal .net method call.
Here goes the first alpha release of PInvoke library. The project summary page : https://sourceforge.net/projects/pinvoke/