.net 下用API的参考站点

来源:互联网 发布:hadoop2.6.5 ubuntu 编辑:程序博客网 时间:2024/05/02 03:03

WINDOWS API REFERENCE FOR C#, VB.NET AND VB6

今天在查C# 中如何用 WIN32_FIND_DATA 结构的时候,发现一个不错的.net 下用API的参考站点,推荐给大家:

地址在:http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp

下面摘抄分类,便于大家直接就拿来用:

 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)