您的位置:首页 > Web前端

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

2008-05-17 11:39 375 查看


[b]Windows API Reference for C#, VB.NET and VB6
[/b]
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

icon. Once you have found the function you are looking for, click on the library name itself.



File, Memory, Process, Threading, Time, Console, and Comm control(kernel32.dll)



Window handling, and Windows UI control(user32.dll)



Graphics and Imaging(gdi32.dll)



Audio, Video, and Joystick control(winmm.dll)



Registry, Event Log, Authentication, and Services(advapi32.dll)



Printing(winspool.drv)



Asian charachter support(imm32.dll)



Executing processes(shell32.dll)



Winsock, windows berkley socket support(wsock32.dll)



WNet* Instrumentation(mpr.dll)



Common Dialog control(comdlg32.dll)



Windows Network support(netapi32.dll)



Windows Compression(lz32.dll)



Common Controls(comctl32.dll)



Versioning support(version.dll)



Object linking and embedding(ole32.dll)

来源:http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: