转载:Windows API 索引

来源:互联网 发布:javascript数组排序 编辑:程序博客网 时间:2024/06/05 16:09

https://msdn.microsoft.com/en-us/library/hh920508(v=vs.85).aspx

API Index

Full Windows API Index

The Windows application programming interface (API) lets you develop desktop and server applications that run successfully on all versions of Windows while taking advantage of the features and capabilities unique to each version.

The Windows API can be used in all Windows-based desktop applications, and the same functions are generally supported on 32-bit and 64-bit Windows. Differences in the implementation of the programming elements depend on the capabilities of the underlying operating system. These differences are noted in the API documentation.

Note This was formerly called the Win32 API. The name Windows API more accurately reflects its roots in 16-bit Windows and its support on 64-bit Windows.

Windows API Sets

API Sets are strongly named API contracts that provide architectural separation between an API contract and the associated host (DLL) implementation. API Sets contains a subset of the Windows API. The decoupling offers many engineering advantages including reducing the number of DLLs loaded in a process.

.NET APIs

The .NET Framework class library provides access to system functionality for managed application development. It is the foundation on which .NET Framework applications, components, and controls are built.

Windows Runtime APIs used in desktop apps

Desktop apps can use a subset of the Windows Runtime APIs.

Windows APIs (Win32 and COM) used in Windows Store apps

Windows Store apps can use a subset of the Win32 and COM API. This subset of APIs was chosen to support key scenarios for Windows Store apps that were not already covered by the Windows Runtime, HTML/CSS, or other supported languages or standards.

0 0