TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Application Program Interface
*****************************
Programming: (API, or "application programming interface")
The interface (calling conventions) by which an application program
accesses operating system and other services. An API is defined at
level and provides a level of abstraction between the application and
the kernel (or other privileged utilities) to ensure the portability of the
code.
An API can also provide an interface between a high level language and
lower level utilities and services which were written without consideration
for the calling conventions supported by compiled languages. In this case,
the API's main task may be the translation of parameter lists from one format
to another and the interpretation of call-by-value and call-by-reference
arguments in one or both directions.
(15 Feb 1995)
------------------------------------------------------------------------
Michael Andrew Uhl Internet: uhl -at- vislab -dot- epa -dot- gov
Lead Technical Writer Compuserve: 72624,2155
SVC/NESC Phone: (919) 541-4283
Martin Marietta Technical Services, Inc. Fax: (919) 541-0056
Primary Support Contractor for the EPA ftp site: ftp.nesc.epa.gov
Research Triangle Park, NC 27709
************************************************************************
Scientific Visualization Center (SVC),
National Environmental Supercomputing Center (NESC)
U.S. Environmental Protection Agency (EPA)
************************************************************************