office交流网--QQ交流群号

Access培训群:792054000         Excel免费交流群群:686050929          Outlook交流群:221378704    

Word交流群:218156588             PPT交流群:324131555

windows API 函数大全(帮助及教程)

2017-08-17 11:08:00
zstmtony
原创
5120


Windows API 函数 for Visual Basic


API帮助大全 入口(树目录): http://www.office-cn.net/t/api/

API帮助大全 入口(导航式) http://www.office-cn.net/t/api/sitemap.html



API简介


Windows API 就是 windows应用程序接口,是针对microsoft windows操作系统家族的系统编程接口,这样的系统包括

Windows 10

Windows 8.1

Windows 8

Windows 7

Windows Vista

Windows Server 2012

Windows 2008 R2

Windows Server 2003

Windows XP

Windows 2000

Windows 98

Windows 95

Windows Me(Millennium Editon)

Windows CE等几乎所有版本。


其中32位Windows操作系统的编程接口称为 Win32 API,以便与以前16位版本Windows编程接口(16位Windows API)区别开来。



API函数分类


Windows API包括几千个可调用的函数,它们大致可以分为以下几个大类:

基本服务;

组件服务;

用户界面服务;

图形多媒体服务;

消息和协作;

网络;

Web服务。

分享