blog

Home / DeveloperSection / Blogs / Windows API

Windows API

John Smith4199 12-May-2011

The Windows API exposes the core set of functionality provided by the Windows operating system for use in applications. Primarily designed for C/C++ development, the Windows API has been the most direct mechanism with which an application can interact with Windows. 

The Windows API comprises the following functional groups: 

 Base Services—Provides access to the core resources of the computer, such as memory, file systems, devices, processes, and threads 

 Common Control LibraryA collection of common control windows used throughout the

Windows operating system, providing the distinctive Windows look and feel


Common Dialog Box Library—A collection of dialog boxes used to execute common tasks,

including file opening, saving, and printing  

 Graphics Device Interface (GDI)Provides the facilities for an application to generate graphically output to displays, printers, and other devices 

Network ServicesProvides access to various networking capabilities of the Windows operating system, including RPC and NetBIOS 

User Interface (UI)—Provides the mechanism for managing windows and controls in an application

and input from devices such as the mouse and keyboard 

Windows Shell—The container that organizes and presents the entire Windows UI, including

the desktop, taskbar, and Windows Explorer

 


Updated 18-Sep-2014
I am best.

Leave Comment

Comments

Liked By