[win] GUI API の変遷

略称 正式名称 説明
UWP Universal Windows Platform Win10 以降。XAML(Extensible Application Markup Language)。
旧称: Windows Runtime (WinRT), Metro UI, Modern UI
WPF Windows Presentation Foundation .NET Framework 3.0 以降。
XAML デザイナー
WinForms Windows Forms .NET Framework 1.0 ~ Visual C++ 2010。
Windows フォーム デザイナー
ATL Active Template Library C++テンプレートによるWinAPIのCOMラッパー
MFC Microsoft Foundation Class C++クラスによるWinAPIのCOMラッパー
アプリ・メインクラスの基底クラス CWinApp
WinAPI Windows API (GDI/GDI+) (例) 32bit用実装 Win32API
アプリ・エントリーポイント WinMain関数