Application Programming Interface: Difference between revisions
Appearance
Content deleted Content added
Created |
(No difference)
|
Revision as of 23:30, 30 October 2001
An Application Programming Interface is a set of definitions of the ways in which one piece of software communicates with another.
Examples of APIs are:
- The PC BIOS call interface
- The Document Object Model
- The UNIX system call interface
- The Microsoft Win32 API