API Index for desktop Windows applications

  • Article
  • 04/29/2021
  •  

In this article

  1. Win32 (Windows API)
  2. Windows Runtime (WinRT)
  3. .NET

This article provides links to reference documentation for APIs that can be used in desktop Windows apps.

Win32 (Windows API)

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.

Windows Runtime (WinRT)

WinRT is the leading edge platform for Windows 10 apps and games, including desktop apps. The WinRT API is suitable for both native C++ and managed desktop apps that require a sophisticated UI, styles customization, and graphics-intensive scenarios.

.NET

The .NET class libraries provide access to Windows system and UI features for managed desktop apps, including WPF and Windows Forms apps.

'[Microsoft]' 카테고리의 다른 글

Windows 헤더 사용  (1) 2023.11.03
Windows 애플리케이션 개발자 문제 해결  (0) 2023.11.03
Windows 우산 라이브러리  (0) 2023.11.03
API 세트 가용성 검색  (0) 2023.11.03
API 세트 로더 작업  (0) 2023.11.03
Posted by gurupia
,