Free Online Encyclopedia - Easy Encyclopedia
 
Search the Encyclopedia:
  Home
  Welcome to
  Easy Encyclopedia
  Mathematical and
  Natural Sciences

  Astronomy
  Biology
  Chemistry
  Computer science
  Earth science
  Ecology
  Health science
  Mathematics
  Physics
  Statistics
  Applied Arts
  and Sciences

  Agriculture
 
Architecture
  Business
  Communication
  Education
  Engineering
  Family and
  consumer science

  Government
  Law
  Library and information
  science

  Medicine
  Politics
  Public affairs
  Software engineering
  Technology
  Transport
  Social Sciences
  and Philosophy

  Archaeology
  Economics
  Geography
  History
  History of science
  and technology

  Language
  Linguistics
  Mythology
  Philosophy
  Political science
  Psychology
  Sociology
  Culture and
  Fine Arts

  Classics
  Cooking
  Dance
  Entertainment
  Film
  Games
  Gardening
  Handicraft
  Hobbies
  Holidays
  Internet
  Literature
  Music
  Opera
  Painting
  Poetry
  Radio
  Recreation
  Religion
  Sculpture
  Sports
  Television
  Theater
  Tourism
  Visual arts and design
 
Windows API or Windows SDK is a set of APIs, (application programming interfaces) available in the Microsoft Windows series.

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

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: kernel.dll, user.dll and gdi.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.

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:

  • CreateWindow
  • SetWindowText
  • ExitWindows
  • TextOut

See also: DirectX, component object model, .NET

External Links

 

 

 

 

 

 






Site Partners

Station Information
Small Business Forum
Free Web Templates
Free Mortgage Quote

This content from wikipedia is licensed under the GNU Free Documentation License