Category
page 2Microsoft application programming interfaces
Telephony Application Programming Interface
Microsoft Windows API
Microsoft Transaction Server
Software
Transactional NTFS
component of Windows Vista and later operating systems
WinJS
The Windows Library for JavaScript (abbreviated as WinJS) is an open-source JavaScript library developed by Microsoft. It has been designed with the primary goal of easing development of Windows Store apps for Windows 8 and Windows 10, as well as Windows Phone apps for Windows Phone 8.1, Windows 10 Mobile and Xbox One applications using HTML5 and JavaScript, as an alternative to using WinRT XAML and C#, VB.NET or C++ (CX).
DirectX Raytracing
raytracing feature of DirectX
MSXML
Microsoft XML Core Services (MSXML) are set of services that allow applications written in JScript, VBScript, and Microsoft development tools to build Windows-native XML-based applications. It supports XML 1.0, DOM, SAX, an XSLT 1.0 processor, XML schema support including XSD and XDR, as well as other XML-related technologies.
Jet Data Access Objects
Windows database API designed for Microsoft Jet and ACE
Layered Service Provider
deprecated feature of the Microsoft Windows Winsock 2 Service Provider Interface (SPI)
Media Foundation
application programming interface (API) for multimedia playback
User Mode Driver Framework
The Current UMDF version is UMDF2.0 released with Windows Driver Kit(WDK) 8.1 and can be run in Windows 8.1
windows.h
is a source code header file that Microsoft provides for the development of programs that access the Windows API (WinAPI) via C language. It declares the WinAPI functions, associated data types and common macros.
IUnknown
In the computer programming of applications on Microsoft Windows through the Windows API, the IUnknown interface is the fundamental interface of Component Object Model (COM). The COM specification mandates that COM objects must implement this interface. Furthermore, every other COM interface must be derived from IUnknown. IUnknown exposes two essential features of all COM objects: object lifetime management through reference counting, and access to object functionality through other interfaces.
As well as being a foundational part of Microsoft's COM and DCOM models of objects, there are implem
Kernel-Mode Driver Framework
driver framework by Microsoft
IFilter
An IFilter is a plugin that allows Microsoft's search engines to index various file formats (as documents, email attachments, database records, audio metadata etc.) so that they become searchable. Without an appropriate IFilter, contents of a file cannot be parsed and indexed by the search engine.
Win32s
Win32s is a 32-bit application runtime environment for the Microsoft Windows 3.1 and 3.11 operating systems. It allowed some 32-bit applications to run on the 16-bit operating system using call thunks. A beta version of Win32s was available in October 1992. Version 1.10 was released in July 1993 simultaneously with Windows NT 3.1. The final Win32s version 1.30c was released in February 1996.
CEN/XFS
CEN/XFS or XFS (extensions for financial services) provides a client-server architecture for financial applications on the Microsoft Windows platform, especially peripheral devices such as EFTPOS terminals and ATMs which are unique to the financial industry. It is an international standard promoted by the European Committee for Standardization (known by the acronym CEN, hence CEN/XFS). The standard is based on the WOSA Extensions for Financial Services or WOSA/XFS developed by Microsoft.
Routing and Remote Access Service
Microsoft API and server software
Microsoft-specific exception handling mechanisms
exception handling mechanisms in the Microsoft Windows family
Win32 Thread Information Block
in Microsoft Windows programming