This Win32
to .NET mapping article on MSDN caught my eye recently. It’s aim is to show the
mapping between Win32 API functions and their managed equivalent. This is for the
full desktop framework, would you be interested in a Compact Framework equivalent?
Since Compact Framework development generally requires a fair bit of P/Invoke its
useful to know which functions are already available in managed form (its very easy
to start P/Invoking functions to find an equivalent is already available in the Compact
Framework or an OpenNETCF library). It would also be useful to show which functions
can and cannot be P/Invoked directly…