On this page about Windows API:
The Windows API, informally WinAPI, is the name given by Microsoft to the core set of application programming interfaces available in the Microsoft Windows operating systems. It is designed for use by C/C++ programs and is the most direct way to interact with a Windows system for software applications. Lower level access to a Windows system, mostly required for device drivers, is provided by the Windows Driver Foundation in current versions of Windows.
A software development kit (SDK) is available for Windows, which provides documentation and tools to enable developers to create software using the Windows API and associated Windows technologies.
How to say "Windows API" in other languages:
![]() |
(Chinese) | Windows API |
![]() |
(Japanese) | Windows API |
![]() |
(German) | WinAPI |
![]() |
(Spanish) | API de Windows |
![]() |
(French) | Windows API |
![]() |
(Italian) | Windows API |
Rewind is an open source project to implement a compatibility layer for the Microsoft Windows API on UNIX with X11. It supports FreeBSD, Solaris and Linux. It grew out of the original MIT licensed WINE project after WINE changed its license to the GNU LGPL in March 2002...
In computing, TextOut is one of 6 text output functions in the GDI component of the Windows API. It takes an ASCII or Unicode string, and draws it on a graphical device such as a screen. It is the most simple of the 6, requiring only 5 parameters, but it does not appear to be the most commonly...
Linux using a system call translator and Red Hat libraries; WINE, which runs some Microsoft Windows binaries on Unix-like systems using a program loader and the Windows API implemented in DLLs; Windows XP's use of compatibility layers to attempt to better run Windows 98 and MS-DOS applications...
...
claim will fully implement the Windows API to allow Linux based systems to run Windows applications without an actual Windows installation. This claim has been met with derision (and sometimes outright... significant advances in Windows compatibility technology...
...
Alexandre Julliard the Open source implementation of the Windows API - WINE...
windowing API's. You can recognize a GLUT function by looking at it, they all start with the glut prefix... primarily perform system-level I/O with the host operating system. Functions performed include window definition, window control, and keyboard and mouse input. GLUT even has some limited support for...
In computing, Odin is a project to run Microsoft Windows programs on OS/2 or convert them to OS/2 native format. It also provides the Odin32 API to compile Win32 (Windows API) programs for OS/2. The project's goals are: Every Windows program should load and operate properly; Create a complete...
library that serves as a wrapper for the Windows API. A class is defined for each Windows object that is managed through a handle, and also for predefined windows and common controls. MFC was introduced in 1992(??) for use with 16-bit versions of Windows. It was part of an overall Microsoft effort to...