
Programming reference for the Win32 API - Win32 apps
This section provides the Win32 API reference documentation organized by technology areas and header.
Windows API index - Win32 apps | Microsoft Learn
Mar 14, 2023 · Using the Windows API, you can develop applications that run successfully on all versions of Windows while taking advantage of the features and capabilities unique to each version. (Note that this was formerly called the Win32 API.
Get started with desktop Windows apps that use the Win32 API
Nov 27, 2024 · The Win32 API is the name given to the original platform for native C/C++ Windows applications that require direct access to Windows and hardware. It provides a first-class development experience without depending on a managed runtime environment such as .NET.
API Index - Win32 apps | Microsoft Learn
The Win32 API (also called the Windows API) is the native platform for Windows apps. This API is best for desktop apps that require direct access to system features and hardware. The Windows API can be used in all desktop apps, and the same functions are generally supported on 32-bit and 64-bit Windows.
Build desktop Windows apps using the Win32 API - Win32 apps
Build desktop Windows apps using the Win32 API. Learn how to build desktop apps for Windows PCs using C++ and the Win32 API.
Win32 API のプログラミング リファレンス - Win32 apps
このセクションでは、テクノロジ領域とヘッダー別に整理された Win32 API リファレンス ドキュメントを提供します。
API 索引 - Win32 apps | Microsoft Learn
Mar 13, 2025 · Win32 API(也称为 Windows API)是 Windows 应用的本机平台。 此 API 最适合需要直接访问系统功能和硬件的桌面应用。 Windows API 可用于所有桌面应用,并且 32 位和 64 位 Windows 通常支持相同的功能。
Win32 API 的编程参考 - Win32 apps | Microsoft Learn
Win32 API 参考文档以多个不同的视图提供。 可以在此页上浏览常用技术的列表,也可以浏览目录中的技术完整列表。 若要浏览所有标题,请参阅目录底部的列表。
Windows API sets - Win32 apps | Microsoft Learn
May 31, 2023 · In core OS components, Win32 APIs are organized into functional groups called API sets. The purpose of an API set is to provide an architectural separation from the host DLL in which a given Win32 API is implemented, and the functional contract to which the API belongs.
Intro to Win32 programming in C++ - Win32 apps | Microsoft Learn
Aug 23, 2019 · In this article. This section describes some of the basic terminology and coding conventions used in Windows programming. In this section. Prepare Your Development Environment
- Some results have been removed