community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Win32


Message boards   Post comment

Win32

Windows API is a set of APIs, (application programming interfaces) available in the Microsoft Windows operating systems. A Windows SDK is available, and provides documentation and tools to better enable developers to create software using the Windows API and associated Windows technologies.

Win16 was the first, 16-bit version of these APIs.

Win32 is the 32-bit API for modern versions of Microsoft Windows. The API consists of C functions implemented in dynamically linked libraries (DLLs), mainly in core DLLs: kernel32.dll, user32.dll and gdi32.dll. Although Microsoft's implementation of the Windows API is copyright, it is generally accepted that other vendors can emulate Windows by providing an identical API, without breaching copyright.

The Windows API was originally designed to be object oriented, but computers at the time were limited in power and many new APIs and enhancements have been introduced, leading to the loss of some object-oriented aspects. In some ways it is a low-level interface, so many programmers prefer to use the MFC (Microsoft Foundation Classes) and other class libraries such as Borland's OWL (Object Windows Library) for a more high-level approach. The recently introduced .NET libraries, commonly described as a replacement for calling the Windows API, are a wrapper around the Win32 API to provide object-oriented functionality and operating system abstraction.

Among other things, the Windows API contains the graphical widget toolkit used in different Windows versions.

The WINE project is an attempt to provide this API set for UNIX-like platforms.

Among common API functions are:

See also: DirectX, component object model, .NET

External Links

Referenced By

Application-programming interface | Application Program Interface | Application Programming Interface | Application Programming Interfaces | Carbon (Mac OS X) | Carbon (computing) | Cygwin | DirectX | Dispute over the definition of object-oriented programming | GoatTracker | History of Microsoft Windows | Longhorn | Mac OS X/Carbon | Microsoft Windows/History | Microsoft Windows NT | MinGW | Mingw32 | NT server | Opera (browser) | Opera (web browser) | Opera browser | Opera web browser | PowerBASIC | PowerBASIC programming language | Rebasing | Visual Studio .NET | Window class | Windows Longhorn | Windows NT | Xerox Ventura | YaBasic | YaBasic programming language | Yabasic interpreter | ZDoom

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Win32".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.