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

简介:
+关注继续查看


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  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.cnblogs.com/xugang/archive/2008/05/17/1201304.html,如需转载请自行联系原作者


相关文章
用VB.net开发.NET Micro Framework
.NET Micro Framework从4.2版本开始就支持VB.net,这对VB爱好者是一个福音,想当年,我也是用VB6开发工控项目,开发了若干年呀,对VB还是比较有感情的,不过后来转到.NET平台选择的是C#而不是VB.NET。
819 0
|
Windows
各个版本 Windows 10 系统中自带的 .NET Framework 版本
原文 各个版本 Windows 10 系统中自带的 .NET Framework 版本 Windows 名称 Windows 版本 自带的 .NET Framework 版本 Windows 10 October 2018 Update 10.
1765 0
|
API C# Windows
分析现有 WPF / Windows Forms 程序能否顺利迁移到 .NET Core 3.0(使用 .NET Core 3.0 Desktop API Analyzer )
原文:分析现有 WPF / Windows Forms 程序能否顺利迁移到 .NET Core 3.0(使用 .NET Core 3.0 Desktop API Analyzer ) 版权声明:本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
1063 0
相关产品
云迁移中心
推荐文章
更多