Sdílet prostřednictvím


Win32 to .NET Framework Map

Morgan on my team spotted this new addition to the MSDN site, it’s a map of Win32 APIs to .NET Framework calls. Handy if you know the Win32API you want to use but not sure where in the framework it’s located!

 https://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp

Comments

  • Anonymous
    January 27, 2004
    Very interesting! I have used Win32API for several years and sometimes it is very difficult to find a specific functionality in the huge .Net framework. I hope this table will help us with this.

    Thank you.