Windows API Reference for C#, VB.NET and VB6

The Windows API (application programming interface) are the low level workings of Windows. It offers high performance, and lightweight code, but it is very sparsely documented for .NET programmers. This section provides a rough guide to the Win32 API from a C# and VB.NET developers perspective.

This guide is not definitive, and will evolve with more content over time. Currently listed are over 1,600 Windows API functions. To use this guide, firstly expand the one of the libraries below by pressing the Windows API Reference for C#, VB.NET and VB6(转) icon. Once you have found the function you are looking for, click on the library name itself.


Windows API Reference for C#, VB.NET and VB6(转) File, Memory, Process, Threading, Time, Console, and Comm control(kernel32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Window handling, and Windows UI control(user32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Graphics and Imaging(gdi32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Audio, Video, and Joystick control(winmm.dll)

Windows API Reference for C#, VB.NET and VB6(转) Registry, Event Log, Authentication, and Services(advapi32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Printing(winspool.drv)

Windows API Reference for C#, VB.NET and VB6(转) Asian charachter support(imm32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Executing processes(shell32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Winsock, windows berkley socket support(wsock32.dll)

Windows API Reference for C#, VB.NET and VB6(转) WNet* Instrumentation(mpr.dll)

Windows API Reference for C#, VB.NET and VB6(转) Common Dialog control(comdlg32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Windows Network support(netapi32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Windows Compression(lz32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Common Controls(comctl32.dll)

Windows API Reference for C#, VB.NET and VB6(转) Versioning support(version.dll) 

Windows API Reference for C#, VB.NET and VB6(转) Object linking and embedding(ole32.dll)

来源:http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp

相关文章: